Bump actions/checkout from 3 to 4

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](https://github.com/actions/checkout/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-11 00:26:00 +00:00 committed by GitHub
parent 98a95a37ae
commit 02047beb30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
stage: ['build']
steps:
- name: 'Checkout project'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'
- name: 'Build and save image'
run: |
make \
@ -47,7 +47,7 @@ jobs:
arch: ['native', 'amd64', 'arm64v8']
steps:
- name: 'Checkout project'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'
- name: 'Download artifacts'
uses: 'actions/download-artifact@v3'
with:
@ -86,7 +86,7 @@ jobs:
arch: ['amd64', 'arm64v8']
steps:
- name: 'Checkout project'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'
- name: 'Download artifacts'
uses: 'actions/download-artifact@v3'
with:
@ -111,7 +111,7 @@ jobs:
contents: 'read'
steps:
- name: 'Checkout project'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'
- name: 'Login to Docker Hub'
uses: 'docker/login-action@v2'
with: