Skip to content

Commit 39bafa4

Browse files
committed
.github: Update checkout action
1 parent f3a05aa commit 39bafa4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/container.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
GORELEASER_CURRENT_TAG: "${{ env.goreleaser_current_tag }}"
5252
steps:
5353
- name: Check out the code
54-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
54+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
5555

5656
- name: Set up Go
5757
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # tag=v3.2.1
@@ -63,7 +63,7 @@ jobs:
6363
run: goreleaser release --rm-dist --skip-validate --skip-publish --snapshot --debug
6464

6565
- name: Archive generated artifacts
66-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: parca-push-dist-container
6969
if-no-files-found: error
@@ -94,15 +94,15 @@ jobs:
9494
run: dnf install --assumeyes --repo fedora git make jq
9595

9696
- name: Check out code into the Go module directory
97-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
97+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
9898

9999
- name: Set up Go
100100
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # tag=v3.2.1
101101
with:
102102
go-version-file: 'go.mod'
103103
check-latest: true
104104

105-
- uses: actions/download-artifact@v3
105+
- uses: actions/download-artifact@v4
106106
with:
107107
name: parca-push-dist-container
108108
path: goreleaser/dist

0 commit comments

Comments
 (0)