Skip to content

Commit

Permalink
Bump actions/checkout from 4.0.0 to 4.1.0 (#308)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent 49630e8 commit 7df1e7a
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/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- 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/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- 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/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- 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/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- 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/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- 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/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- 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/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: Fetch additional packages
run: |
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
runs-on: macos-12
name: Build board with vagrant
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

- name: Cache Vagrant boxes
uses: actions/cache@v3
Expand Down

0 comments on commit 7df1e7a

Please sign in to comment.