Skip to content

Commit ac4fa0a

Browse files
chore(deps): bump the ci group with 2 updates (#192)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it #### Which issue(s) this PR is related to Supersedes/Fixes #187 --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Frederic Wilhelm <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d41e52 commit ac4fa0a

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/check-manifest-generation-diff.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
1818
- name: Setup Go
19-
uses: actions/setup-go@v5
19+
uses: actions/setup-go@v6
2020
with:
2121
go-version-file: '${{ github.workspace }}/go.mod'
2222
- name: Restore Go cache

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
packages: 'write'
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- uses: webfactory/[email protected]
2222
with:
2323
ssh-private-key: ${{ secrets.GIT_CHECKOUT_KEY }}

.github/workflows/test.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12-
1312
steps:
14-
- uses: actions/checkout@v4
15-
13+
- uses: actions/checkout@v5
14+
1615
- name: Set up Go
17-
uses: actions/setup-go@v5
16+
uses: actions/setup-go@v6
1817
with:
19-
go-version: '1.24.2'
20-
18+
go-version-file: go.mod
19+
2120
- name: Cache Go modules
2221
uses: actions/cache@v4
2322
with:

0 commit comments

Comments
 (0)