Skip to content

Commit 4e50224

Browse files
Bump actions/checkout from 2.3.4 to 2.4.0 (#30)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30dd440 commit 4e50224

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/backup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
BackupGit:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2.3.4
13+
- uses: actions/checkout@v2.4.0
1414
- name: backup
1515
uses: jenkins-zh/git-backup-actions@v0.0.4
1616
env:

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
go-version: 1.16
1717
id: go
1818
- name: Check out code into the Go module directory
19-
uses: actions/checkout@v2.3.4
19+
uses: actions/checkout@v2.4.0
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v2.8.1
2222
with:
@@ -35,7 +35,7 @@ jobs:
3535
go-version: 1.16
3636
id: go
3737
- name: Check out code into the Go module directory
38-
uses: actions/checkout@v2.3.4
38+
uses: actions/checkout@v2.4.0
3939
- name: Go-linter-1
4040
uses: Jerome1337/golint-action@v1.0.2
4141
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2.3.4
13+
uses: actions/checkout@v2.4.0
1414
- name: Unshallow
1515
run: git fetch --prune --unshallow
1616
- name: Set up Go

0 commit comments

Comments
 (0)