summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-06 12:36:44 +0000
committerMarie <robloxfilmcam@gmail.com>2023-12-06 14:14:37 +0100
commit7d7c1d4db5bccc60316c0a7ee18b6c1558433052 (patch)
treedefa152518543db10310e6bae424bcc240953e05 /.github
parentadd: mark instance as NSFW (diff)
downloadsharkey-7d7c1d4db5bccc60316c0a7ee18b6c1558433052.tar.gz
sharkey-7d7c1d4db5bccc60316c0a7ee18b6c1558433052.tar.bz2
sharkey-7d7c1d4db5bccc60316c0a7ee18b6c1558433052.zip
chore(deps): bump actions/setup-python from 4.8.0 to 5.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.8.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml
index 32e3c8a717..1f9238780f 100644
--- a/.github/workflows/package.yml
+++ b/.github/workflows/package.yml
@@ -34,7 +34,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Setup Python
- uses: actions/setup-python@v4.8.0
+ uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python-version }}