Skip to content

Commit 6ef5448

Browse files
⬆️ Bump actions/checkout from 2 to 4 (sphinx-extensions2#42)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99ef8cb commit 6ef5448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Set up Python 3.8
1919
uses: actions/setup-python@v4
2020
with:
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.platform }}
3838

3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v4
4141
- name: Set up Python ${{ matrix.python-version }}
4242
uses: actions/setup-python@v4
4343
with:

0 commit comments

Comments
 (0)