Skip to content

Commit d3d121d

Browse files
ci: bump actions/checkout from 2.3.5 to 2.4.0 (#668)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9852ec0 commit d3d121d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/codeql.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.3.5
13+
- uses: actions/checkout@v2.4.0
1414

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

.github/workflows/dev-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
dev-image-test:
2828
runs-on: ubuntu-20.04
2929
steps:
30-
- uses: actions/checkout@v2.3.5
30+
- uses: actions/checkout@v2.4.0
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/label-commenter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
comment:
2020
runs-on: ubuntu-20.04
2121
steps:
22-
- uses: actions/checkout@v2.3.5
22+
- uses: actions/checkout@v2.4.0
2323

2424
- name: Label Commenter
2525
uses: peaceiris/actions-label-commenter@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.3.5
12+
- uses: actions/checkout@v2.4.0
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- 'macos-latest'
2525
- 'windows-latest'
2626
steps:
27-
- uses: actions/checkout@v2.3.5
27+
- uses: actions/checkout@v2.4.0
2828

2929
- name: Dump GitHub context
3030
env:

.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-20.04
1010
timeout-minutes: 1
1111
steps:
12-
- uses: actions/checkout@v2.3.5
12+
- uses: actions/checkout@v2.4.0
1313

1414
- name: Update major tag
1515
run: |

0 commit comments

Comments
 (0)