diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-03-01 17:34:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-01 17:34:02 -0500 |
| commit | dacaef8cbf8984fe2f545a2425001a8e1e0703c9 (patch) | |
| tree | c7e697fa30d91d0d0520195cbe200ca9a12263c2 | |
| parent | 83831af6502e68fe6199c29614e2df68ffbca170 (diff) | |
| download | stasis-dacaef8cbf8984fe2f545a2425001a8e1e0703c9.tar.gz | |
Bump actions/checkout in /.github/workflows in the actions group
Bumps the actions group in /.github/workflows with 1 update: [actions/checkout](https://github.com/actions/checkout).
Updates `actions/checkout` from 6.0.1 to 6.0.2
- [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/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 8586e19..b94f6a8 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -29,7 +29,7 @@ jobs: c_compiler: gcc steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set reusable strings id: strings |
