Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit df664e5

Browse files
Bump actions/checkout from 4 to 5 (#19)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61e7568 commit df664e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ["3.12"]
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
# https://github.com/docker/setup-buildx-action
2727
# Set up Docker Buildx - to use cache-from and cache-to argument of buildx command
2828
- uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)