Skip to content

Commit f2ed7d9

Browse files
committed
Updated version of actions/checkout
1 parent 9e47595 commit f2ed7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
-
1818
name: 'Check out the repo'
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
-
2121
name: 'Docker login'
2222
if: env.DOCKERHUB_TOKEN

0 commit comments

Comments
 (0)