mirror of https://github.com/knative/func.git
fix action version (#2736)
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
This commit is contained in:
parent
7ce6373fd0
commit
51a14ccf23
|
@ -13,7 +13,7 @@ jobs:
|
|||
name: Update components
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.23.0
|
||||
|
|
Loading…
Reference in New Issue