Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.5 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.5...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent 53aa1b2 commit 99b7a79
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
PYTHON_VERSION: 3.8

steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- name: Cache frontend
uses: actions/cache@v4
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
PYTHON_VERSION: 3.8

steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- name: Cache frontend
uses: actions/cache@v4
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- uses: conda-incubator/setup-miniconda@v3
with:
mamba-version: "*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
PYTHON_VERSION: 3.8

steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- uses: conda-incubator/setup-miniconda@v3
with:
mamba-version: "*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
PYTHON_VERSION: 3.8

steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- uses: conda-incubator/setup-miniconda@v3
with:
mamba-version: "*"
Expand Down

0 comments on commit 99b7a79

Please sign in to comment.