Skip to content

Commit

Permalink
Merge pull request #33 from khanlab/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/actions/action-setup_task-installPyProject/github-actions-9343f7de7a

Bump the github-actions group in /.github/actions/action-setup_task-installPyProject with 2 updates
  • Loading branch information
kaitj authored Feb 22, 2024
2 parents 0d58b81 + f651616 commit aecfa39
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 aecfa39

Please sign in to comment.