Skip to content

Commit b413dab

Browse files
authored
Merge pull request #85 from hashicorp/dependabot/github_actions/actions/checkout-3.5.2
Bump actions/checkout from 3.5.1 to 3.5.2
2 parents 0a8771c + 9029386 commit b413dab

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
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 3
2121
steps:
2222
- name: Checkout Repo
23-
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # https://github.com/actions/checkout/releases/tag/v3.5.1
23+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # https://github.com/actions/checkout/releases/tag/v3.5.2
2424
- name: Install copywrite
2525
uses: hashicorp/[email protected]
2626
- name: Validate Header Compliance
@@ -41,7 +41,7 @@ jobs:
4141
- "1.20"
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # https://github.com/actions/checkout/releases/tag/v3.5.1
44+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # https://github.com/actions/checkout/releases/tag/v3.5.2
4545
- name: Set up Go
4646
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # https://github.com/actions/setup-go/releases/tag/v4.0.0
4747
with:

0 commit comments

Comments
 (0)