Skip to content

Commit e122295

Browse files
Merge pull request #184 from nasa/dependabot/github_actions/develop/gha-dependencies-a331d3ec2d
Bump actions/checkout from 4 to 5 in the gha-dependencies group
2 parents 0ce06c8 + 642bae2 commit e122295

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3232
- name: Retrieve repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
- name: Set up Python
3535
uses: actions/setup-python@v5
3636
with:

.github/workflows/release-created.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
${{ startsWith(github.ref, 'refs/heads/release/') }}
2020
steps:
2121
# Checks-out the develop branch
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
ref: 'refs/heads/develop'
2525
- uses: actions/setup-python@v5

.github/workflows/run_tests.yml

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

2323
steps:
2424
- name: Retrieve repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- name: Set up Python
2828
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)