Skip to content

Commit b82ef72

Browse files
dependabot[bot]ghusta
authored andcommitted
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8142f9 commit b82ef72

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "::set-output name=timestamp::$(date +%s)"
2020

2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- # Add support for more platforms with QEMU (optional)
2525
# https://github.com/docker/setup-qemu-action

.github/workflows/docker-publish-on-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- # Add support for more platforms with QEMU (optional)
2222
# https://github.com/marketplace/actions/docker-setup-qemu
@@ -94,7 +94,7 @@ jobs:
9494
needs: [ docker-publish ]
9595
runs-on: ubuntu-latest
9696
steps:
97-
- uses: actions/checkout@v4
97+
- uses: actions/checkout@v5
9898

9999
# https://github.com/actions/create-release
100100
- name: Create GitHub Release

0 commit comments

Comments
 (0)