Skip to content

Commit 18cba09

Browse files
dependabot[bot]codingjoe
authored andcommitted
Update actions/checkout requirement to v2.3.4
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/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/commits/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1272918 commit 18cba09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

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

88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v2.3.4
1111
- name: Set up Python ${{ matrix.python-version }}
1212
uses: actions/setup-python@v1
1313
with:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: sudo apt-get install gettext -y
1616
- uses: actions/setup-python@v2
1717
- run: python -m pip install --upgrade pip setuptools wheel twine readme-renderer
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v2.3.4
1919
- run: python setup.py sdist bdist_wheel
2020
- run: python -m twine check dist/*
2121

@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/setup-python@v1
3636
with:
3737
python-version: ${{ matrix.python-version }}
38-
- uses: actions/checkout@v1
38+
- uses: actions/checkout@v2.3.4
3939
- name: Install dependencies
4040
run: |
4141
python -m pip install --upgrade pip setuptools codecov

0 commit comments

Comments
 (0)