Skip to content

Commit 38fd110

Browse files
nineinchnicklosipiuk
authored andcommitted
Update GitHub actions
1 parent 181c54f commit 38fd110

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
go: ['>=1.22', '1.21']
1414
trino: ['latest', '372']
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-go@v3
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-go@v5
1818
with:
1919
go-version: ${{ matrix.go }}
2020
- run: go test -v -race -timeout 2m ./... -trino_image_tag=${{ matrix.trino }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ jobs:
1313
release:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

2020
- name: Fetch all tags
2121
run: git fetch --force --tags
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@v3
24+
uses: actions/setup-go@v5
2525
with:
2626
go-version: "1.20"
2727

2828
- name: Run GoReleaser
29-
uses: goreleaser/goreleaser-action@v3
29+
uses: goreleaser/goreleaser-action@v5
3030
with:
3131
distribution: goreleaser
3232
version: latest

0 commit comments

Comments
 (0)