Skip to content

Commit dad79fd

Browse files
authored
chore: update all dependencies (#537)
1 parent 61cc7e8 commit dad79fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/spanner-lib-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Install Go
18-
uses: actions/setup-go@v5
18+
uses: actions/setup-go@v6
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121
- name: Checkout code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
- name: Run unit tests
2424
working-directory: spannerlib
2525
run: go test ./... -race -short
@@ -32,17 +32,17 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- name: Install Java
35-
uses: actions/setup-java@v4
35+
uses: actions/setup-java@v5
3636
with:
3737
distribution: temurin
3838
java-version: 21
3939
- name: Checkout code
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
- name: Check Java formatting
4242
run: mvn com.spotify.fmt:fmt-maven-plugin:check
4343
working-directory: spannerlib/wrappers/spannerlib-java
4444
- name: Install Go
45-
uses: actions/setup-go@v5
45+
uses: actions/setup-go@v6
4646
with:
4747
go-version: ${{ matrix.go-version }}
4848
- name: Build shared library

0 commit comments

Comments
 (0)