diff --git a/.github/workflows/build-and-push-dependencies.yml b/.github/workflows/build-and-push-dependencies.yml index 109c86f74..e8e92a131 100644 --- a/.github/workflows/build-and-push-dependencies.yml +++ b/.github/workflows/build-and-push-dependencies.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Log in to GitHub Container Registry run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index fb37af96a..ad54a8dd5 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Log in to GitHub Container Registry run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin diff --git a/.github/workflows/issue-certificate.yml b/.github/workflows/issue-certificate.yml index f770ef9ed..d38ff5ca1 100644 --- a/.github/workflows/issue-certificate.yml +++ b/.github/workflows/issue-certificate.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup SSH Key run: |