Skip to content

Commit 460090c

Browse files
gateway: bump actions/setup-python from 5.6.0 to 6.2.0 in /pelican
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...a309ff8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 70ab74b commit 460090c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pelican/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
# PIP_BREAK_SYSTEM_PACKAGES, and gives the Pelican tool venv a known
6363
# Python version to build against.
6464
- name: Set up Python
65-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
65+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6666
with:
6767
python-version: '3.12'
6868

0 commit comments

Comments
 (0)