Skip to content

Commit d2c3d38

Browse files
authored
Merge pull request #2 from kostrykin/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 0ce022d + b5b75fa commit d2c3d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
-
1515
name: Initialize
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717
-
1818
run: |
1919
sudo apt update

0 commit comments

Comments
 (0)