diff options
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 |