Skip to content

Commit 701b3bc

Browse files
Bump actions/checkout from v2.3.3 to v2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.3...5a4ac90) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 257f605 commit 701b3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: go
2727

2828
- name: Check out code into the Go module directory
29-
uses: actions/[email protected].3
29+
uses: actions/[email protected].4
3030

3131
- name: Go fmt
3232
run: |
@@ -64,7 +64,7 @@ jobs:
6464
id: go
6565

6666
- name: Check out code into the Go module directory
67-
uses: actions/[email protected].3
67+
uses: actions/[email protected].4
6868

6969
- name: TF acceptance tests
7070
timeout-minutes: 10

0 commit comments

Comments
 (0)