diff --git a/.github/workflows/build-gems.yml b/.github/workflows/build-gems.yml index a52e515ae..7d7d0d351 100644 --- a/.github/workflows/build-gems.yml +++ b/.github/workflows/build-gems.yml @@ -80,7 +80,7 @@ jobs: path: ${{ steps.cross-gem.outputs.gem-path }} if-no-files-found: error - - uses: rubygems/configure-rubygems-credentials@v1.0.0 + - uses: rubygems/configure-rubygems-credentials@v2.0.0 if: ${{ inputs.publish }} - run: gem push "${{ steps.cross-gem.outputs.gem-path }}" @@ -97,6 +97,6 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: "3.4" - - uses: rubygems/configure-rubygems-credentials@v1.0.0 + - uses: rubygems/configure-rubygems-credentials@v2.0.0 - run: gem build - run: gem push ruby_wasm-*.gem diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4af82d90..733f45521 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,17 +47,17 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v6 - - uses: docker/setup-buildx-action@v3 - - uses: docker/login-action@v3 + - uses: docker/setup-buildx-action@v4 + - uses: docker/login-action@v4 with: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io - - uses: docker/metadata-action@v5 + - uses: docker/metadata-action@v6 id: meta with: images: ghcr.io/${{ github.repository_owner }}/ruby.wasm/builder/${{ matrix.entry.target }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v7 with: context: builders/${{ matrix.entry.target }} push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }} @@ -102,13 +102,13 @@ jobs: - uses: actions/download-artifact@v8 with: name: build-manifest - - uses: actions/cache@v5.0.3 + - uses: actions/cache@v5.0.5 if: ${{ matrix.entry.rubies_cache_key != null }} with: path: ./rubies key: ${{ matrix.entry.rubies_cache_key }} - - uses: docker/setup-buildx-action@v3 - - uses: docker/build-push-action@v5 + - uses: docker/setup-buildx-action@v4 + - uses: docker/build-push-action@v7 id: builder-image env: DOCKER_BUILD_NO_SUMMARY: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index dd28febb6..1214ff363 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,11 +28,11 @@ jobs: bundler-cache: true - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build HTML run: rake doc - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: ./html @@ -45,5 +45,5 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdf20a487..223fb858d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,7 +110,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: "3.4" - - uses: rubygems/configure-rubygems-credentials@v1.0.0 + - uses: rubygems/configure-rubygems-credentials@v2.0.0 - run: | cd packages/gems/js gem build