Skip to content

Commit

Permalink
Merge pull request #109 from Valentin-Kaiser/72c1dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/checkout-4

Bump actions/checkout from 1 to 4
  • Loading branch information
Valentin-Kaiser authored Feb 23, 2024
2 parents b803556 + e3db4d9 commit ca0beb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version: '1.21'
check-latest: true
- name: Check out source code
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Install dependencies
run: go mod tidy
- name: Run read table example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit ca0beb9

Please sign in to comment.