Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.5
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored May 6, 2024
1 parent d6b3cc9 commit c64470a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/archlinuxarm-armv7-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/archlinuxarm-armv8-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c64470a

Please sign in to comment.