Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and obbardc committed Sep 13, 2023
1 parent 2543a33 commit 61d9105
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
image: ghcr.io/go-debos/test-containers/${{matrix.variant}}:main
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test build
run: go build -o debos cmd/debos/debos.go
Expand All @@ -50,7 +50,7 @@ jobs:
needs: test
steps:
- name: Repository checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Repository checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
name: ${{matrix.test.name}} on ${{matrix.backend.name}}
steps:
- name: Repository checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install QEMU emulation binaries
if: matrix.backend.install_qemu
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Extract Docker metadata
id: meta
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Extract Docker metadata
id: meta
Expand Down

0 comments on commit 61d9105

Please sign in to comment.