Skip to content

Commit 4f38ae6

Browse files
authored
Merge pull request #370 from NASA-PDS/dependabot/github_actions/github-actions-02325a8da5
Bump the github-actions group with 2 updates
2 parents 258050e + 127f92f commit 4f38ae6

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/branch_cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
-
3535
name: 💳 Checkout
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737
with:
3838
lfs: true
3939
fetch-depth: 0
@@ -45,7 +45,7 @@ jobs:
4545
python-version: '3.13'
4646
-
4747
name: 💵 Python Cache
48-
uses: actions/cache@v5
48+
uses: actions/cache@v6
4949
with:
5050
path: ~/.cache/pip
5151
# The "key" used to indicate a set of cached files is the operating system runner

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/secrets-detection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
-
1515
name: Checkout code
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
-
1818
name: Install necessary packages
1919
run: |

.github/workflows/stable-cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
steps:
4949
-
5050
name: 💳 Checkout
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
with:
5353
lfs: true
5454
token: ${{secrets.ADMIN_GITHUB_TOKEN}}
5555
fetch-depth: 0
5656
-
5757
name: 💵 Python Cache
58-
uses: actions/cache@v5
58+
uses: actions/cache@v6
5959
with:
6060
path: ~/.cache/pip
6161
# The "key" used to indicate a set of cached files is the operating system runner

.github/workflows/unstable-cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
steps:
5454
-
5555
name: 💳 Checkout
56-
uses: actions/checkout@v6
56+
uses: actions/checkout@v7
5757
with:
5858
lfs: true
5959
token: ${{secrets.ADMIN_GITHUB_TOKEN}}
6060
fetch-depth: 0
6161
-
6262
name: 💵 Python Cache
63-
uses: actions/cache@v5
63+
uses: actions/cache@v6
6464
with:
6565
path: ~/.cache/pip
6666
# The "key" used to indicate a set of cached files is the operating system runner

0 commit comments

Comments
 (0)