diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1b37283..208b0f6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9ae360e..25bd9da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: name: Deploy Action Code runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{ secrets.BOT_TOKEN }} - uses: ./.github/actions/generate-action-code diff --git a/.github/workflows/tag-update.yml b/.github/workflows/tag-update.yml index 49d757a..144ffb7 100644 --- a/.github/workflows/tag-update.yml +++ b/.github/workflows/tag-update.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.release.prerelease == false }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: sersoft-gmbh/running-release-tags-action@v3 with: update-full-release: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 654c3b9..431ce2a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,7 @@ jobs: *) echo "::error title=Unknown platform!::Unknown platform: ${PLATFORM}" && exit 1;; esac echo "xcode=${DESTINATION}" >> "${GITHUB_OUTPUT}" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate action code if: ${{ github.event_name == 'pull_request' }} uses: ./.github/actions/generate-action-code @@ -126,7 +126,7 @@ jobs: *) echo "::error title=Unknown platform!::Unknown platform: ${PLATFORM}" && exit 1;; esac echo "xcode=${DESTINATION}" >> "${GITHUB_OUTPUT}" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate action code if: ${{ github.event_name == 'pull_request' }} uses: ./.github/actions/generate-action-code @@ -183,7 +183,7 @@ jobs: *) echo "::error title=Unknown platform!::Unknown platform: ${PLATFORM}" && exit 1;; esac echo "xcode=${DESTINATION}" >> "${GITHUB_OUTPUT}" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate action code if: ${{ github.event_name == 'pull_request' }} uses: ./.github/actions/generate-action-code @@ -240,7 +240,7 @@ jobs: env: DEBUG_ENABLED: ${{ secrets.ACTIONS_STEP_DEBUG }} run: test "${DEBUG_ENABLED}" == 'true' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate action code if: ${{ github.event_name == 'pull_request' }} uses: ./.github/actions/generate-action-code @@ -411,7 +411,7 @@ jobs: env: DEBUG_ENABLED: ${{ secrets.ACTIONS_STEP_DEBUG }} run: test "${DEBUG_ENABLED}" == 'true' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate action code if: ${{ github.event_name == 'pull_request' }} uses: ./.github/actions/generate-action-code @@ -585,7 +585,7 @@ jobs: env: DEBUG_ENABLED: ${{ secrets.ACTIONS_STEP_DEBUG }} run: test "${DEBUG_ENABLED}" == 'true' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate action code if: ${{ github.event_name == 'pull_request' }} uses: ./.github/actions/generate-action-code @@ -740,7 +740,7 @@ jobs: env: DEBUG_ENABLED: ${{ secrets.ACTIONS_STEP_DEBUG }} run: test "${DEBUG_ENABLED}" == 'true' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate action code if: ${{ github.event_name == 'pull_request' }} uses: ./.github/actions/generate-action-code