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

Commit 8fa5197

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
packages: write
1313
contents: read
1414
steps:
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)