diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 8bf167e..ea60f1f 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -26,7 +26,7 @@ jobs: arch: [amd64, arm, arm64] steps: - name: checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: container registries run: | docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} @@ -62,7 +62,7 @@ jobs: arch: [amd64, arm, arm64] steps: - name: checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: container registries run: | docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}