diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51f60c5..30be8a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'code skip')" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true recursive: true @@ -67,7 +67,7 @@ jobs: name: Build docker, tag and push steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true submodules: 'recursive' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ffa6406..89fe231 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ jobs: name: Build Antora Site if: "!contains(github.event.head_commit.message, 'docs skip')" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install credentials run: echo https://$GITHUB_OAUTH:@github.com > $HOME/.git-credentials env: diff --git a/.github/workflows/init.yml b/.github/workflows/init.yml index 56a4235..ea85a3b 100644 --- a/.github/workflows/init.yml +++ b/.github/workflows/init.yml @@ -16,7 +16,7 @@ jobs: needs: activate runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} fetch-depth: 0