Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.6 to 4.1.7 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent ef7162f commit c809dab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
- name: Setup go
uses: actions/[email protected]
with:
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:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
- name: Lint Code Base
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
needs: [linters, tests]
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
CB_USERNAME: Administrator
steps:
- name: Checkout Code
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
- name: Setup go
Expand Down

0 comments on commit c809dab

Please sign in to comment.