Skip to content

Commit

Permalink
Merge pull request #7 from hueristiq/dependabot/github_actions/dev/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
0xHueristiq authored Nov 27, 2023
2 parents 417e374 + 6870c8e commit af9ba16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
go-version: '>=1.20'
-
name: Checkout the code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
go-version: '>=1.20'
-
name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: '>=1.20'
-
name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
-
Expand Down

0 comments on commit af9ba16

Please sign in to comment.