Skip to content

Commit 2f5d4a2

Browse files
Bump actions/checkout from 5 to 6 in the actions group (#36)
1 parent b10e461 commit 2f5d4a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737

3838
# Install the cosign tool except on PR
3939
# https://github.com/sigstore/cosign-installer

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
1818
- name: Build and push Docker image
1919
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)