Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/codecov/codecov-ac…
Browse files Browse the repository at this point in the history
…tion-4.4.1
  • Loading branch information
isaaccorley authored Jun 11, 2024
2 parents 6b5a363 + fbefe71 commit d3afab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.11'
- name: Cache dependencies
uses: actions/[email protected].0
uses: actions/[email protected].2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache dependencies
uses: actions/[email protected].0
uses: actions/[email protected].2
id: cache
with:
path: ${{ env.pythonLocation }}
Expand Down

0 comments on commit d3afab5

Please sign in to comment.