Skip to content

Commit 08bc2ac

Browse files
chore(deps): update actions/checkout action to v3 (#591)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d251195 commit 08bc2ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ ubuntu-latest, macos-latest, windows-latest ]
1515
runs-on: ${{ matrix.os }}
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: Set up Python
1919
uses: actions/setup-python@v3
2020
with:
@@ -80,7 +80,7 @@ jobs:
8080
ports:
8181
- "3000:3000"
8282
steps:
83-
- uses: actions/checkout@v2
83+
- uses: actions/checkout@v3
8484
- name: Set up Python
8585
uses: actions/setup-python@v3
8686
with:

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
with:
2121
# We must fetch at least the immediate parents so that if this is
2222
# a pull request then we can checkout the head.

.github/workflows/pythonpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Set up Python
1313
uses: actions/setup-python@v3
1414
with:

0 commit comments

Comments
 (0)