Skip to content

Commit 2fdc827

Browse files
Bump actions/checkout from 1 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 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@v1...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b2f6f7 commit 2fdc827

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/[email protected]
2222
with:
2323
go-version: 1.15
24-
- uses: actions/checkout@v1
24+
- uses: actions/checkout@v2.4.0
2525
- run: make build
2626
- uses: actions/upload-artifact@v1
2727
with:
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/[email protected]
3838
with:
3939
go-version: 1.15
40-
- uses: actions/checkout@v1
40+
- uses: actions/checkout@v2.4.0
4141
- env:
4242
VIMEO_TEST_API_KEY: ${{ secrets.VIMEO_ACCESS_TOKEN }}
4343
YOUTUBE_TEST_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/[email protected]
5353
with:
5454
go-version: 1.15
55-
- uses: actions/checkout@v1
55+
- uses: actions/checkout@v2.4.0
5656

5757
- name: Go mod
5858
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 10
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v2.4.0
1616

1717
# Required for the changelog to work correctly
1818
- run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)