Skip to content

Commit 2351c32

Browse files
fix(deps): bump actions/checkout from 2.3.4 to 2.4.0
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] <[email protected]>
1 parent 64cf7a5 commit 2351c32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2.3.4
14+
uses: actions/checkout@v2.4.0
1515
with:
1616
token: ${{ secrets.API_GITHUB_TOKEN }}
1717

@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v2.3.4
53+
uses: actions/checkout@v2.4.0
5454
with:
5555
token: ${{ secrets.API_GITHUB_TOKEN }}
5656

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
steps:
1414
- name: Checkout with token
1515
if: github.event_name != 'pull_request'
16-
uses: actions/checkout@v2.3.4
16+
uses: actions/checkout@v2.4.0
1717
with:
1818
token: ${{ secrets.API_GITHUB_TOKEN }}
1919

2020
- name: Checkout without token
2121
if: github.event_name == 'pull_request'
22-
uses: actions/checkout@v2.3.4
22+
uses: actions/checkout@v2.4.0
2323

2424
- name: Fetch Go version
2525
run: |

0 commit comments

Comments
 (0)