Skip to content

Commit 4c28cd3

Browse files
authored
Merge pull request #2 from jcs-elpa/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents f3ec9c9 + 6c4d005 commit 4c28cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- snapshot
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222

2323
- uses: actions/setup-python@v2
2424
with:
@@ -46,7 +46,7 @@ jobs:
4646
- snapshot
4747

4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v3
5050

5151
- uses: actions/setup-python@v2
5252
with:

0 commit comments

Comments
 (0)