Skip to content

Commit 733114e

Browse files
Update actions/checkout requirement to v2.3.0
Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/master/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/commits/b4483adec309c0d01a5435c5e24eb40de5773ad9) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07c39cd commit 733114e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build_wiki:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v2.3.0
1818
- name: Setup Python 3.7
1919
uses: actions/setup-python@v2.0.1
2020
with:

.github/workflows/rebase.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
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
1212
steps:
13-
- uses: actions/checkout@master
13+
- uses: actions/checkout@v2.3.0
1414
- name: Auto Rebase
1515
uses: cirrus-actions/rebase@1.3.1
1616
env:

.github/workflows/release_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
publish:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v2.3.0
1414
- name: Set up JDK 1.8
1515
uses: actions/setup-java@v1
1616
with:

0 commit comments

Comments
 (0)