Skip to content

Commit a4047dd

Browse files
authored
Merge pull request #501 from NASA-PDS/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 30ef55a + ad8c46b commit a4047dd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/branch-cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
-
3939
name: 💳 Checkout
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
with:
4242
lfs: true
4343
fetch-depth: 0

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343

4444
- name: Setup python 3.13
4545
uses: actions/setup-python@v6

.github/workflows/stable-cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
-
5050
name: 💳 Checkout
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
with:
5353
lfs: true
5454
token: ${{secrets.ADMIN_GITHUB_TOKEN}}

.github/workflows/unstable-cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
-
5353
name: 💳 Checkout
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555
with:
5656
lfs: true
5757
fetch-depth: 0

0 commit comments

Comments
 (0)