Skip to content

Commit 65c34a7

Browse files
chore(deps): update all non-major dependencies
1 parent 63e6bff commit 65c34a7

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/reusable-release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
fi
7373
7474
- name: Install Updatecli in the runner
75-
uses: updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640 # v3.1.1
75+
uses: updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207 # v3.1.2
7676

7777
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
7878
id: generate-token
@@ -83,7 +83,7 @@ jobs:
8383
- name: Restore cargo-set-version from cache
8484
if: hashFiles('**/Cargo.toml') != ''
8585
id: restore-cache
86-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
86+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8787
with:
8888
path: ~/.cargo/bin
8989
key: cargo-edit-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}

.github/workflows/reusable-test-policy-go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: setup Go
1414
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1515
with:
16-
go-version: "1.25"
16+
go-version: "1.26"
1717

1818
- name: run Go unit tests
1919
run: make test
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3838
with:
39-
go-version: "1.25"
39+
go-version: "1.26"
4040
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141
- name: golangci-lint
4242
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0

policy-build-go-wasi/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
- name: setup Go
1919
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2020
with:
21-
go-version: "1.25"
21+
go-version: "1.26"
2222
- name: Build Wasm module
2323
shell: bash
2424
run: |

policy-build-tinygo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
- name: setup Go
3030
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3131
with:
32-
go-version: "1.25"
32+
go-version: "1.26"
3333
- name: Install tinygo
3434
shell: bash
3535
run: |

0 commit comments

Comments
 (0)