Skip to content

Commit b3195cf

Browse files
chore: ⬆️ Update actions/checkout requirement to v2.3.4 (#34)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30dc948 commit b3195cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
runs-on: ${{ matrix.os }}
2020
steps:
21-
- uses: actions/checkout@v1
21+
- uses: actions/checkout@v2.3.4
2222
- uses: UziTech/action-setup-atom@v1
2323
with:
2424
channel: ${{ matrix.channel }}
@@ -37,7 +37,7 @@ jobs:
3737
if: "!contains(github.event.head_commit.message, '[skip ci]')"
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v1
40+
- uses: actions/checkout@v2.3.4
4141
- uses: actions/setup-node@v1
4242
with:
4343
node-version: '12.x'
@@ -53,7 +53,7 @@ jobs:
5353
github.event.repository.fork == false
5454
runs-on: ubuntu-latest
5555
steps:
56-
- uses: actions/checkout@v1
56+
- uses: actions/checkout@v2.3.4
5757
- uses: UziTech/action-setup-atom@v1
5858
- uses: actions/setup-node@v1
5959
with:

.github/workflows/codeql-analysis.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@v2.3.4
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

0 commit comments

Comments
 (0)