Skip to content

Commit ea00d5f

Browse files
authored
Merge pull request #218 from datum-cloud/renovate/actions-checkout-7.x
chore(deps): update actions/checkout action to v7
2 parents f844c6c + b70fcb8 commit ea00d5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
with:
2222
fetch-depth: 0
2323
- name: Install Syft CLI

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
- name: Install dependencies
1616
run: go mod download
1717
- name: Verify dependencies

0 commit comments

Comments
 (0)