diff options
author | 2025-08-12 12:11:48 +0000 | |
---|---|---|
committer | 2025-08-12 12:11:48 +0000 | |
commit | 9fbb41272a0c86ffa4d3dd56ef8a3335c403d28c (patch) | |
tree | 99e116e4f398ae0e9adc00a1f76002d320b2b98a /.github/workflows/main.yaml | |
parent | Update sir-robin environment (diff) |
Bump actions/checkout from 4 to 5dependabot/github_actions/actions/checkout-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/main.yaml')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d94240b..9193deb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -17,7 +17,7 @@ jobs: ansible: ${{ steps.changes.outputs.ansible }} kubernetes: ${{ steps.changes.outputs.kubernetes }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: dorny/paths-filter@v3 id: changes |