Skip to content

Commit 1aaa971

Browse files
chore(deps): bump actions/checkout from 6 to 7 in the ci group (#81)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9080fb4 commit 1aaa971

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v7
1313
with:
1414
fetch-depth: 0
1515
- name: Setup Go

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
packages: 'write'
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
- name: Prepare
2424
id: prep
2525
run: |

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424
- name: Setup Go
2525
uses: actions/setup-go@v6
2626
with:

0 commit comments

Comments
 (0)