Skip to content

Commit 8f7b98e

Browse files
Update GitHub Actions to v5
1 parent 481e700 commit 8f7b98e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name : Checkout repository
3232
# https://github.com/actions/checkout/releases/tag/v4.1.1
33-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434

3535
- name: Setup Go
3636
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0

.github/workflows/release.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626

2727
- name : Checkout repository
28-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929
# https://github.com/actions/checkout/releases/tag/v4.1.1
3030

3131
- name: Setup Go
@@ -66,20 +66,20 @@ jobs:
6666

6767
- name: Checkout repository
6868
# https://github.com/actions/checkout/releases/tag/v4.1.1
69-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
69+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7070

7171
- name: package-helm
7272
run: ./scripts/package-helm
7373

7474
- name: Download the amd64 artifacts
75-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
75+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
7676
# https://github.com/actions/download-artifact/releases/tag/v4.1.7
7777
with:
7878
name: webhook-artifacts-amd64
7979
path: dist/artifacts
8080

8181
- name: Download the arm64 artifacts
82-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
82+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
8383
# https://github.com/actions/download-artifact/releases/tag/v4.1.7
8484
with:
8585
name: webhook-artifacts-arm64
@@ -113,10 +113,10 @@ jobs:
113113
steps:
114114
- name : Checkout repository
115115
# https://github.com/actions/checkout/releases/tag/v4.1.1
116-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
116+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
117117

118118
- name: Download the artifacts
119-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
119+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
120120
# https://github.com/actions/download-artifact/releases/tag/v4.1.7
121121
with:
122122
name: webhook-artifacts-${{ matrix.arch }}
@@ -183,7 +183,7 @@ jobs:
183183
needs: image
184184
steps:
185185
- name: Download digests
186-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
186+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
187187
# https://github.com/actions/download-artifact/releases/tag/v4.1.7
188188
with:
189189
path: /tmp/digests

0 commit comments

Comments
 (0)