diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 1058323d97..935642476d 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: token: ${{ secrets.ACTIONS_ACCESS_TOKEN }} submodules: true diff --git a/.github/workflows/docker-build-push-dockerhub.yml b/.github/workflows/docker-build-push-dockerhub.yml index c467e690cb..98c373d409 100644 --- a/.github/workflows/docker-build-push-dockerhub.yml +++ b/.github/workflows/docker-build-push-dockerhub.yml @@ -50,7 +50,7 @@ jobs: # ref: ${{ github.event.inputs.version }} - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Git submodule update run: | diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 87a8b75307..953a5dd9b7 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -13,7 +13,7 @@ jobs: shell: bash steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Git submodule update run: |