Skip to content

Commit e4364ce

Browse files
Update actions/checkout action to v6
1 parent 94eaa6b commit e4364ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121

2222
- name: Check out the repo
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v6
2424

2525
- name: Cache Docker layers
2626
uses: actions/cache@v2

0 commit comments

Comments
 (0)