Skip to content

Commit 3102151

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

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
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/dev-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
dev-image-test:
2828
runs-on: ubuntu-18.04
2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v2.3.4
3131
- name: Login to Packages
3232
run: echo '${{ secrets.GITHUB_TOKEN }}' | docker login 'docker.pkg.github.com' -u 'peaceiris' --password-stdin
3333
- run: docker-compose pull --quiet

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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
# https://github.com/peaceiris/workflows/blob/main/create-release-npm/action.yml
1414
- uses: peaceiris/workflows/[email protected]
1515
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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: Dump GitHub context
2727
env:

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

Lines changed: 1 addition & 1 deletion
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)