Skip to content

Commit 770151e

Browse files
authored
Merge pull request #212 from hashicorp/dependabot/github_actions/actions-345c7921e2
[chore] : Bump the actions group across 1 directory with 3 updates
2 parents fb621c8 + 24b9d45 commit 770151e

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
@@ -13,13 +13,13 @@ jobs:
1313

1414
steps:
1515
- name: set up go 1.19
16-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
16+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
1717
with:
1818
go-version: 1.19
1919
id: go
2020

2121
- name: checkout
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323

2424
- name: build, test and generate coverage report
2525
run: |
@@ -33,7 +33,7 @@ jobs:
3333
go build -race
3434
3535
- name: Upload the coverage report
36-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
36+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3737
with:
3838
path: coverage.out
3939
name: Coverage-report

.github/workflows/two-step-pr-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.0.0
17+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.0.0
1818

1919
- name: Two stage PR review
2020
uses: hashicorp/two-stage-pr-approval@v0.1.0

0 commit comments

Comments
 (0)