Skip to content

Commit 5e59839

Browse files
Copilotjvdadda
andcommitted
Upgrade actions/checkout@v5 to @v6 in sample workflows
Co-authored-by: jvdadda <[email protected]>
1 parent b4c5e33 commit 5e59839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/workflows/dockerfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Dockerfile
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Dockerfile lint
2424
uses: hadolint/[email protected]
2525
with:

0 commit comments

Comments
 (0)