Skip to content

Commit 99880d6

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v2.3.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a4db8d commit 99880d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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
16+
uses: actions/checkout@v2.3.4
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
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v2.3.4
2929
- run: sudo apt install -y gettext aspell libenchant-dev
3030
- uses: actions/[email protected]
3131
with:
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- uses: actions/setup-python@v2
52-
- uses: actions/checkout@v2
52+
- uses: actions/checkout@v2.3.4
5353
- uses: actions/[email protected]
5454
with:
5555
path: ~/.cache/pip

0 commit comments

Comments
 (0)