Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 in the github-actions group (#77)
Browse files Browse the repository at this point in the history
* Bump actions/checkout from 3 to 4 in the github-actions group

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Harden dependency

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Esters <[email protected]>
  • Loading branch information
dependabot[bot] and marcoesters authored Jun 12, 2024
1 parent 985d11a commit 675388e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- os: windows-latest
subdir: win-64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
Expand Down

0 comments on commit 675388e

Please sign in to comment.