Compare commits

..

2 Commits

Author SHA1 Message Date
renovate-bot e93597fd8a chore(deps): update actions/cache action to v6
renovate/stability-days Updates have met minimum release age requirement
CI / test (pull_request) Successful in 46s
2026-07-03 19:32:41 +00:00
renovate-bot 11df211c9f chore(deps): update actions/setup-go action to v6.5.0 (#118)
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-07-01 06:26:27 +02:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup go - name: Setup go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with: with:
go-version-file: go.mod go-version-file: go.mod
check-latest: true check-latest: true
@@ -39,7 +39,7 @@ jobs:
go.sum go.sum
- name: cache go - name: cache go
id: cache-go id: cache-go
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
with: with:
path: | path: |
/go_path /go_path
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup go - name: Setup go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with: with:
go-version-file: go.mod go-version-file: go.mod
check-latest: true check-latest: true
@@ -30,7 +30,7 @@ jobs:
go.sum go.sum
- name: cache go - name: cache go
id: cache-go id: cache-go
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
with: with:
path: | path: |
/go_path /go_path