Skip to content

Commit 36f3ae5

Browse files
authored
Merge pull request #22 from sandialabs/dependabot/github_actions/actions/checkout-5
ci(deps): bump actions/checkout from 4 to 5
2 parents 9fbb12f + ab4d3d4 commit 36f3ae5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.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']
2121

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

@@ -58,7 +58,7 @@ jobs:
5858
needs: test
5959

6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262

6363
- name: Set up Python
6464
uses: actions/setup-python@v5
@@ -99,7 +99,7 @@ jobs:
9999

100100
steps:
101101
- name: Checkout repository
102-
uses: actions/checkout@v4
102+
uses: actions/checkout@v5
103103

104104
- name: Log in to Container Registry
105105
uses: docker/login-action@v3
@@ -161,7 +161,7 @@ jobs:
161161

162162
steps:
163163
- name: Checkout repository
164-
uses: actions/checkout@v4
164+
uses: actions/checkout@v5
165165

166166
- name: Initialize CodeQL
167167
uses: github/codeql-action/init@v3
@@ -180,7 +180,7 @@ jobs:
180180
if: github.event_name == 'release' && github.event.action == 'published'
181181

182182
steps:
183-
- uses: actions/checkout@v4
183+
- uses: actions/checkout@v5
184184
with:
185185
fetch-depth: 0
186186

0 commit comments

Comments
 (0)