Skip to content

Commit aa5cca7

Browse files
renovate[bot]jackton1
authored andcommitted
chore(deps): update actions/checkout action to v3.4.0
1 parent 504705a commit aa5cca7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3.3.0
12+
- uses: actions/checkout@v3.4.0
1313
with:
1414
fetch-depth: 0
1515

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: 3.11
3737

3838
steps:
39-
- uses: actions/checkout@v3.3.0
39+
- uses: actions/checkout@v3.4.0
4040

4141
- name: Set up Python ${{ matrix.python-version }}
4242
uses: actions/setup-python@v4

.github/workflows/update-doc-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
sync-doc-assets:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3.3.0
12+
- uses: actions/checkout@v3.4.0
1313
with:
1414
fetch-depth: 0
1515

0 commit comments

Comments
 (0)