diff --git a/.github/workflows/github_action_build.yml b/.github/workflows/github_action_build.yml index 9134698..7f47dc5 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 1ac69ba..8387d07 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 }}