-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 4.1.1 to 4.1.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
d6b3cc9
commit c64470a
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
id: go | ||
|
||
- name: Check out code into the Go module directory | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
|
||
- name: Get dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
id: go | ||
|
||
- name: Check out code into the Go module directory | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
|
||
- name: Get dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
|
||
- name: Set up QEMU | ||
# Required only for the multi-arch container builds that are pushed to Dockerhub. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
# brew install pre-commit shellcheck && pre-commit run -a | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: '1.21' | ||
|
@@ -24,7 +24,7 @@ jobs: | |
# brew install golangci-lint && golangci-lint run | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: '1.21' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
|
||
- name: Checkout | ||
if: steps.cache-key.outputs.cache-hit != 'true' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
|
||
- name: Set up Go 1.21 | ||
if: steps.cache-key.outputs.cache-hit != 'true' | ||
|
@@ -85,7 +85,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].5 | ||
|
||
- name: Fetch additional packages | ||
run: | | ||
|
@@ -121,7 +121,7 @@ jobs: | |
- name: Check GitHub Status | ||
uses: crazy-max/ghaction-github-status@v4 | ||
|
||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].5 | ||
|
||
- name: Cache Vagrant boxes | ||
uses: actions/cache@v4 | ||
|