diff --git a/.github/workflows/dev-nightlies.yml b/.github/workflows/dev-nightlies.yml index 9bf0d57e..61a0b2f7 100644 --- a/.github/workflows/dev-nightlies.yml +++ b/.github/workflows/dev-nightlies.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 # Make sure the @v0.8.0 matches the current version of the action - - uses: webfactory/ssh-agent@v0.9.1 + - uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.IPTECHARCH_SSH_KEY }} - name: Setup Git config @@ -32,14 +32,14 @@ jobs: go-version-file: 'go.mod' - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: # either 'goreleaser' (default) or 'goreleaser-pro' distribution: goreleaser diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2b9dae9..8cec8cd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 # Make sure the @v0.8.0 matches the current version of the action - - uses: webfactory/ssh-agent@v0.9.1 + - uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.IPTECHARCH_SSH_KEY }} - name: Setup Git config @@ -37,14 +37,14 @@ jobs: go-version-file: 'go.mod' - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: # either 'goreleaser' (default) or 'goreleaser-pro' distribution: goreleaser diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7cefa9c7..fb4fb761 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: go-version-file: 'go.mod' - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -65,7 +65,7 @@ jobs: - name: Run GoReleaser id: goreleaser - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: # either 'goreleaser' (default) or 'goreleaser-pro' distribution: goreleaser