Skip to content

Commit a714333

Browse files
build(deps): bump actions/checkout from 4 to 5 in /.github/workflows
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 d5fe7da commit a714333

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
username: ${{ github.actor }}
4343
password: ${{ github.token }}
4444

45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646

4747
- name: Extract metadata (tags, labels) for Docker
4848
id: meta

.github/workflows/update-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
skopeo login -u ${{ github.actor }} -p ${{ github.token }} ghcr.io
4242
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
with:
4545
token: "${{ github.token }}"
4646

0 commit comments

Comments
 (0)