diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-18 03:17:56 +0000 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-08-18 05:04:54 -0700 |
| commit | 072efe81f8dc45f4dfa70f148360c8ed642814b3 (patch) | |
| tree | 4b9916f9c5e0605e19eee181b8d595cb9c57112d /.github/workflows/benchmark.yml | |
| parent | 1ac4030c1a36e5c6bd2f5bb554cd3d87b46713e3 (diff) | |
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/benchmark.yml')
| -rw-r--r-- | .github/workflows/benchmark.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 08dd261b1..040363656 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -18,7 +18,7 @@ jobs: - ghc: '9.2.2' cabal: '3.6' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install cabal/ghc run: | |
