diff options
author | 2025-08-12 14:19:44 +0000 | |
---|---|---|
committer | 2025-08-12 14:19:44 +0000 | |
commit | dfc825ca85cee6f54d4ac9bf2b257304f7e6bfcd (patch) | |
tree | 88e3d1d8a062dbeeb1448ef4dcff1ce974d486b8 /.github/workflows/sentry-release.yaml | |
parent | Update tarfile.extractall usage to be safer (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/sentry-release.yaml')
-rw-r--r-- | .github/workflows/sentry-release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sentry-release.yaml b/.github/workflows/sentry-release.yaml index ba2d3f4f..2b943740 100644 --- a/.github/workflows/sentry-release.yaml +++ b/.github/workflows/sentry-release.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Create a Sentry.io release uses: getsentry/action-release@v3 |