Skip to content

Commit 8e56bbf

Browse files
committed
Pin workflows
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 263c5ab commit 8e56bbf

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
@@ -12,11 +12,11 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@master
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 1
1818
- name: Install Go
19-
uses: actions/setup-go@master
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version: 1.23.x
2222
- name: Make all

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
statuses: read
2121

2222
steps:
23-
- uses: actions/checkout@master
23+
- uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 1
2626
- name: Install Go
27-
uses: actions/setup-go@master
27+
uses: actions/setup-go@v5
2828
with:
2929
go-version: 1.23.x
3030

0 commit comments

Comments
 (0)