Skip to content

Commit 5b6878d

Browse files
authored
Merge pull request #72 from sandialabs/dependabot/github_actions/actions/checkout-7
ci(deps): bump actions/checkout from 6 to 7
2 parents e110b54 + 437fa70 commit 5b6878d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ['3.11', '3.12', '3.13']
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
with:
2525
fetch-depth: 0
2626

@@ -60,7 +60,7 @@ jobs:
6060
SAFETY_API_KEY: ${{ secrets.SAFETY_API_KEY }}
6161

6262
steps:
63-
- uses: actions/checkout@v6
63+
- uses: actions/checkout@v7
6464
with:
6565
fetch-depth: 0
6666

@@ -104,7 +104,7 @@ jobs:
104104

105105
steps:
106106
- name: Checkout repository
107-
uses: actions/checkout@v6
107+
uses: actions/checkout@v7
108108

109109
- name: Log in to Container Registry
110110
uses: docker/login-action@v4
@@ -177,7 +177,7 @@ jobs:
177177

178178
steps:
179179
- name: Checkout repository
180-
uses: actions/checkout@v6
180+
uses: actions/checkout@v7
181181

182182
- name: Initialize CodeQL
183183
uses: github/codeql-action/init@v4
@@ -196,7 +196,7 @@ jobs:
196196
if: github.event_name == 'release' && github.event.action == 'published'
197197

198198
steps:
199-
- uses: actions/checkout@v6
199+
- uses: actions/checkout@v7
200200
with:
201201
fetch-depth: 0
202202

0 commit comments

Comments
 (0)