Skip to content

Commit f93f450

Browse files
renovate[bot]jackton1
authored andcommitted
Update actions/checkout action to v3.5.3
1 parent c587d02 commit f93f450

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/gh-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3.0.2
16+
- uses: actions/checkout@v3.5.3
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
1414

1515
steps:
16-
- uses: actions/checkout@v3.0.2
16+
- uses: actions/checkout@v3.5.3
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v4.0.0
1919
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3.0.2
13+
uses: actions/checkout@v3.5.3
1414
- name: Create Release
1515
uses: softprops/action-gh-release@v1
1616
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
--health-retries=5
6161
6262
steps:
63-
- uses: actions/checkout@v3.0.2
63+
- uses: actions/checkout@v3.5.3
6464
- name: Set up Python ${{ matrix.python-version }}
6565
uses: actions/setup-python@v4
6666
with:

.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.0.2
12+
- uses: actions/checkout@v3.5.3
1313
with:
1414
fetch-depth: 0
1515

0 commit comments

Comments
 (0)