8000 Bump actions/checkout from 2.3.4 to 2.3.5 · codingjoe/django-stdimage@811d72e · GitHub
[go: up one dir, main page]

Skip to content

Commit 811d72e

Browse files
Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7988d9d commit 811d72e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v2.3.4
16+
uses: actions/checkout@v2.3.5
1717
- name: Initialize CodeQL
1818
uses: github/codeql-action/init@v1
1919
with:
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/setup-python@v2.2.2
28-
- uses: actions/checkout@v2.3.4
28+
- uses: actions/checkout@v2.3.5
2929
- run: sudo apt install -y gettext aspell libenchant-dev
3030
- uses: actions/cache@v2.1.6
3131
with:
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- uses: actions/setup-python@v2.2.2
52-
- uses: actions/checkout@v2.3.4
52+
- uses: actions/checkout@v2.3.5
5353
- uses: actions/cache@v2.1.6
5454
with:
5555
path: ~/.cache/pip
@@ -67,7 +67,7 @@ jobs:
6767
run: sudo apt install gettext -y
6868
- uses: actions/setup-python@v2.2.2
6969
- run: python -m pip install --upgrade pip setuptools wheel twine readme-renderer
70-
- uses: actions/checkout@v2.3.4
70+
- uses: actions/checkout@v2.3.5
7171
- run: python setup.py sdist bdist_wheel
7272
- run: python -m twine check dist/*
7373
- uses: actions/upload-artifact@v2
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
python-version: ${{ matrix.python-version }}
100100
- run: sudo apt install gettext -y
101-
- uses: actions/checkout@v2.3.4
101+
- uses: actions/checkout@v2.3.5
102102
- run: python -m pip install --upgrade pip setuptools codecov wheel
103103
- run: python -m pip install .[${{ matrix.extra }}]
104104
if: ${{ matrix.extra }}

.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@v2.3.4
10+
- uses: actions/checkout@v2.3.5
1111
- name: Set up Python ${{ matrix.python-version }}
1212
uses: actions/setup-python@v2.2.2
1313
with:

0 commit comments

Comments
 (0)
0