diff --git a/.github/workflows/github_action_build.yml b/.github/workflows/github_action_build.yml index 34695a2..d756c27 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@v5 - name: Build shell: bash {0} diff --git a/.github/workflows/github_release_build.yml b/.github/workflows/github_release_build.yml index f62c365..8a7189c 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@v5 with: ref: ${{ env.GITHUB_REF }}