Skip to content

Commit

Permalink
Bump the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group in /.github/actions/action-setup_task-installPyProject with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/setup-python](https://github.com/actions/setup-python).


Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
1 parent 0d58b81 commit f651616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/action-setup_task-installPyProject/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:

# Setup & configure dependency manager
- name: Cache manager installation
uses: actions/cache@v3
uses: actions/cache@v4
id: cached-manager
with:
path: ~/.local
Expand All @@ -78,7 +78,7 @@ runs:
run: echo "${{ inputs.cache-key }}" >> .git/x-gh-cache-key

- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
id: setup-python
with:
python-version: ${{ inputs.python-version }}
Expand Down

0 comments on commit f651616

Please sign in to comment.