Skip to content

Commit

Permalink
Bump actions/setup-python from 3.1.2 to 4.3.0 (usnistgov#154)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@98f2ad0...13ae5bb)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2022
1 parent 1f75384 commit be2fc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/content-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
mvn dependency:copy-dependencies -DoutputDirectory="${JAVA_CLASSPATH}"
working-directory: git-content/${{ env.OSCAL_DIR_PATH }}/build
- name: Set up Python 3.x
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984
with:
python-version: '3.8'
architecture: 'x64'
Expand Down

0 comments on commit be2fc30

Please sign in to comment.