diff --git a/.github/workflows/go-with-releaser-image.yml b/.github/workflows/go-with-releaser-image.yml index 9fec8c1..0226230 100644 --- a/.github/workflows/go-with-releaser-image.yml +++ b/.github/workflows/go-with-releaser-image.yml @@ -39,12 +39,12 @@ jobs: go test ./... - name: Setup docker buildx - uses: docker/setup-buildx-action@v3.9.0 + uses: docker/setup-buildx-action@v3.10.0 with: install: true - name: Docker login - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.0 with: registry: ${{ inputs.image-registry }} username: ${{ secrets.image-registry-username }} diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 2c7f625..247bd79 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -50,7 +50,7 @@ jobs: java-version: ${{ inputs.java-version }} distribution: ${{ inputs.java-distribution }} - - uses: actions/setup-node@v4.2.0 + - uses: actions/setup-node@v4.3.0 if: inputs.include-nodejs with: node-version: ${{ inputs.nodejs-version }} diff --git a/.github/workflows/simple-boot-image-to-ghcr.yml b/.github/workflows/simple-boot-image-to-ghcr.yml index 28c99cc..fda3af3 100644 --- a/.github/workflows/simple-boot-image-to-ghcr.yml +++ b/.github/workflows/simple-boot-image-to-ghcr.yml @@ -46,7 +46,7 @@ jobs: java-version: ${{ inputs.java-version }} distribution: ${{ inputs.java-distribution }} - - uses: actions/setup-node@v4.2.0 + - uses: actions/setup-node@v4.3.0 if: inputs.include-nodejs with: node-version: ${{ inputs.nodejs-version }} @@ -54,13 +54,13 @@ jobs: cache-dependency-path: ${{ inputs.npm-cache-dependency-path }} - name: Setup Docker Buildx - uses: docker/setup-buildx-action@v3.9.0 + uses: docker/setup-buildx-action@v3.10.0 - name: Set up QEMU - uses: docker/setup-qemu-action@v3.4.0 + uses: docker/setup-qemu-action@v3.6.0 - name: Login to image registry - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.0 with: registry: ghcr.io username: ${{ github.actor }}