Skip to content

Commit 5d23980

Browse files
authored
Merge pull request #6 from lestex/dependabot/github_actions/actions/checkout-3
⬆ Bump actions/checkout from 2 to 3
2 parents 975d0b5 + 2674bd7 commit 5d23980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- '3.10'
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919

2020
- uses: actions/setup-python@v2
2121
with:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626

2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3
2929

3030
- uses: actions/setup-python@v2
3131
with:

0 commit comments

Comments
 (0)