Skip to content

Commit 5da43a1

Browse files
ci(tools): update actions/checkout action to v5 (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ebf6a01 commit 5da43a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Checkout source
2121
id: source
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Detect version
2525
id: version

0 commit comments

Comments
 (0)