Skip to content

Commit c10ddde

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update actions/checkout action to v2.3.5
1 parent 4fa4aa3 commit c10ddde

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/changelog.yml

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

1414
steps:
1515
- name: Checkout
16-
uses: actions/[email protected].4
16+
uses: actions/[email protected].5
1717

1818
- name: Generate CHANGELOG
1919
uses: tj-actions/[email protected]

.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/[email protected].4
12+
- uses: actions/[email protected].5
1313
with:
1414
fetch-depth: 0
1515

.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/[email protected].4
16+
- uses: actions/[email protected].5
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/[email protected]
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/[email protected].4
13+
uses: actions/[email protected].5
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
@@ -14,7 +14,7 @@ jobs:
1414
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 'pypy-2.7', 'pypy-3.6', 'pypy-3.7']
1515

1616
steps:
17-
- uses: actions/[email protected].4
17+
- uses: actions/[email protected].5
1818
- name: Set up Python ${{ matrix.python-version }}
1919
uses: actions/[email protected]
2020
with:

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
sync-readme:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/[email protected].4
12+
- uses: actions/[email protected].5
1313
with:
1414
fetch-depth: 0
1515

0 commit comments

Comments
 (0)