Skip to content

Commit 79a5dff

Browse files
ci: bump actions/checkout from 2 to 2.3.4 (#385)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb535da commit 79a5dff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
CodeQL-Build:
1111
runs-on: ubuntu-18.04
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v2.3.4
1414

1515
- name: Initialize CodeQL
1616
uses: github/codeql-action/init@v1

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
runs-on: ubuntu-18.04
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v2.3.4
1313

1414
- name: Dump GitHub context
1515
env:

.github/workflows/test-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- 'latest'
2020
- '0.4.0'
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v2.3.4
2323

2424
- name: Setup mdBook
2525
uses: peaceiris/actions-mdbook@v1.1.14

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- 'macos-latest'
2222
- 'windows-latest'
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v2.3.4
2525

2626
- name: Read .nvmrc
2727
run: echo "::set-output name=NVMRC::$(cat .nvmrc)"

.github/workflows/update-major-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-18.04
1010
steps:
1111

12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v2.3.4
1313

1414
- name: Update major tag
1515
if: github.event.release.prerelease == false

0 commit comments

Comments
 (0)