mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-04-24 00:30:34 +02:00
updated github actions
This commit is contained in:
parent
5f1b2fda74
commit
1b89aabf14
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ jobs:
|
|||||||
node-version: 20.11.0
|
node-version: 20.11.0
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.21.7'
|
go-version: '>=1.21.7'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user