diff --git a/.github/workflows/github_action_build.yml b/.github/workflows/github_action_build.yml index 4fa6ad7b1..2a2e9655d 100644 --- a/.github/workflows/github_action_build.yml +++ b/.github/workflows/github_action_build.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Build shell: bash {0} diff --git a/.github/workflows/github_release_build.yml b/.github/workflows/github_release_build.yml index b438db9ec..13fd3b95f 100644 --- a/.github/workflows/github_release_build.yml +++ b/.github/workflows/github_release_build.yml @@ -12,7 +12,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_REF }}