Skip to content

Commit 755a039

Browse files
authored
Merge branch 'main' into copilot/fix-invalid-schema-query-results-cache-retrieve
2 parents ab9f499 + cffb3f8 commit 755a039

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4040

4141
- name: Setup Go environment
42-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
42+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4343
with:
4444
cache-dependency-path: 'client/go.sum'
4545
go-version-file: 'client/go.mod'
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9393

9494
- name: Setup Go environment
95-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
95+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
9696
with:
9797
cache-dependency-path: 'client/go.sum'
9898
go-version-file: 'client/go.mod'

.github/workflows/lint-and-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version-file: '.node-version'
2626

2727
- name: Lint and Format - Setup Go
28-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
28+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2929
with:
3030
go-version-file: 'client/go.mod'
3131
cache-dependency-path: 'client/go.sum'

0 commit comments

Comments
 (0)