Skip to content

Commit 66eddef

Browse files
Merge pull request #201 from nasa/dependabot/github_actions/develop/gha-dependencies-3025d0f9d0
Bump the gha-dependencies group across 1 directory with 2 updates
2 parents 67d1efb + bd945b4 commit 66eddef

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-pipeline.yml

Lines changed: 2 additions & 2 deletions
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@v5
33+
uses: actions/checkout@v6
3434
- name: Set up Python
3535
uses: actions/setup-python@v6
3636
with:
@@ -127,7 +127,7 @@ jobs:
127127
- name: Build Python Artifact
128128
run: |
129129
poetry build
130-
- uses: actions/upload-artifact@v4
130+
- uses: actions/upload-artifact@v6
131131
with:
132132
name: python-artifact
133133
path: dist/*

.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@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
ref: 'refs/heads/develop'
2525
- uses: actions/setup-python@v6

.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@v5
25+
uses: actions/checkout@v6
2626

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

0 commit comments

Comments
 (0)