Skip to content

Commit

Permalink
Merge pull request #2 from johnlettman/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

ci: bump actions/checkout from 1 to 4
  • Loading branch information
johnlettman authored Jul 16, 2024
2 parents 06ff8d7 + 4cb95dc commit fecf12f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
Expand Down

0 comments on commit fecf12f

Please sign in to comment.