Skip to content

Commit 144b959

Browse files
chore: update all dependencies to v7 (#236)
* chore: update all dependencies to v7 * chore(deps): tidy dependencies for PR #236 --------- Co-authored-by: Knut Olav Løite <olavloite@users.noreply.github.com>
1 parent de7e453 commit 144b959

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/integration-tests-on-emulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version: 1.26.x
2121
- name: Checkout code
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
- name: Run integration tests on Emulator
2424
run: go test -v
2525
env:

.github/workflows/integration-tests-on-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
go-version: 1.26.x
2929
- name: Checkout code
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131
- name: Auth
3232
uses: google-github-actions/auth@v3
3333
with:

.github/workflows/postgresql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
with:
2020
go-version: 1.26.x
2121
- name: Checkout code
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
- name: Checkout gorm
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525
with:
2626
repository: go-gorm/gorm
2727
path: postgresql/tests/gorm

.github/workflows/samples-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
go-version: ${{ matrix.go-version }}
1616
- name: Checkout code
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
- name: Pre-pull Spanner Emulator image
1919
run: |
2020
for i in {1..5}; do

.github/workflows/samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
go-version: ${{ matrix.go-version }}
1616
- name: Checkout code
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
- name: Pre-pull Spanner Emulator image
1919
run: |
2020
for i in {1..5}; do

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
go-version: ${{ matrix.go-version }}
1919
- name: Checkout code
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
- name: Run unit tests
2222
run: go test -short

0 commit comments

Comments
 (0)