Skip to content

Commit c921422

Browse files
ci: bump actions/checkout from 2.4.0 to 3 (#715)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7954f3d commit c921422

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.4.0
13+
- uses: actions/checkout@v3
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-20.04
2929
steps:
30-
- uses: actions/checkout@v2.4.0
30+
- uses: actions/checkout@v3
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

Lines changed: 1 addition & 1 deletion
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.4.0
22+
- uses: actions/checkout@v3
2323

2424
- name: Label Commenter
2525
uses: peaceiris/actions-label-commenter@v1

.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.4.0
12+
- uses: actions/checkout@v3
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
@@ -24,7 +24,7 @@ jobs:
2424
- 'macos-latest'
2525
- 'windows-latest'
2626
steps:
27-
- uses: actions/checkout@v2.4.0
27+
- uses: actions/checkout@v3
2828

2929
- name: Dump GitHub context
3030
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-20.04
1010
timeout-minutes: 1
1111
steps:
12-
- uses: actions/checkout@v2.4.0
12+
- uses: actions/checkout@v3
1313

1414
- name: Update major tag
1515
run: |

0 commit comments

Comments
 (0)