Skip to content

Commit 0f48339

Browse files
committed
Pin actions
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 52cd265 commit 0f48339

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
cancel-in-progress: true
1616
runs-on: actuated-8cpu-16gb
1717
steps:
18-
- uses: actions/checkout@master
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 1
2121
- name: Install Go
22-
uses: actions/setup-go@master
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version: 1.25.x
2525
- name: Make

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
publish:
1010
runs-on: actuated-8cpu-16gb
1111
steps:
12-
- uses: actions/checkout@master
12+
- uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 1
1515
- name: Install Go
16-
uses: actions/setup-go@master
16+
uses: actions/setup-go@v6
1717
with:
1818
go-version: 1.25.x
1919
- name: Make

0 commit comments

Comments
 (0)