Skip to content

Commit dbdf71b

Browse files
dependabot[bot]larsevj
authored andcommitted
Bump actions/setup-python from 6.2.0 to 6.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b3268d commit dbdf71b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bundle_with_dakota_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
path: carolina-main
8282

8383
- name: Set up Python ${{ matrix.python-version }}
84-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
84+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
8585
with:
8686
python-version: ${{ matrix.python-version }}
8787

.github/workflows/bundle_with_dakota_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: brew install-bundler-gems
6565

6666
- name: Set up Python ${{ matrix.python-version }}
67-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
67+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6868
with:
6969
python-version: ${{ matrix.python-version }}
7070

@@ -313,7 +313,7 @@ jobs:
313313
fetch-depth: 0
314314

315315
- name: Set up Python ${{ matrix.python-version }}
316-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
316+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
317317
with:
318318
python-version: ${{ matrix.python-version }}
319319
cache: "pip"

0 commit comments

Comments
 (0)