diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 0e62b77..3c0d770 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - uses: actions/setup-go@v5 diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 9077b33..1cc2f53 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -28,7 +28,7 @@ jobs: # steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567