Skip to content

Commit dabf116

Browse files
authored
Merge pull request #3 from impresscms-dev/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 4c1b05f + f9c1593 commit dabf116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkouting code...
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
with:
2222
ref: ${{ github.head_ref }}
2323

0 commit comments

Comments
 (0)