diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index c3b26eb65..51ddce774 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@v4 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 03c3c3a84..a6132b2ae 100644 --- a/.github/workflows/docker-build-push-dockerhub.yml +++ b/.github/workflows/docker-build-push-dockerhub.yml @@ -34,7 +34,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Git submodule update run: | diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 87a8b7530..5a3bb464b 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@v4 - name: Git submodule update run: |