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

Commit 9b5686f

Browse files
Update actions/checkout action to v5 (#406)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6476d5 commit 9b5686f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
steps:
1414
- name: Check out the repo
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Log in to GitHub Docker Registry
1717
uses: docker/login-action@v3
1818
with:

0 commit comments

Comments
 (0)