From b327db6ad497d1d5f31360a301afa1f10873b122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:40:59 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 9 updates Bumps the github-actions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `4.1.7` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.0.1` | `4.0.2` | | [docker/login-action](https://github.com/docker/login-action) | `3.0.0` | `3.2.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.4.0` | `5.5.1` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.0.0` | `3.3.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `5.1.0` | `6.1.0` | | [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) | `4.0.2` | `4.1.1` | | [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) | `5.1.0` | `6.4.0` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `5.0.2` | `6.1.0` | Updates `actions/checkout` from 4.1.1 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.7) Updates `actions/setup-node` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2) Updates `docker/login-action` from 3.0.0 to 3.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/343f7c4344506bcbf9b4de18042ae17996df046d...0d4c9c5ea7693da7b068278f7b52bda2a190a446) Updates `docker/metadata-action` from 5.4.0 to 5.5.1 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/9dc751fe249ad99385a2583ee0d084c400eee04e...8e5442c4ef9f78752691e2d8f8d19755c6f78e81) Updates `docker/setup-buildx-action` from 3.0.0 to 3.3.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.0.0...v3.3.0) Updates `docker/build-push-action` from 5.1.0 to 6.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/4a13e500e55cf31b7a5d59a38ab2040ab0f42f56...31159d49c0d4756269a0940a750801a1ea5d7003) Updates `google-github-actions/release-please-action` from 4.0.2 to 4.1.1 - [Release notes](https://github.com/google-github-actions/release-please-action/releases) - [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/release-please-action/compare/v4.0.2...v4.1.1) Updates `streetsidesoftware/cspell-action` from 5.1.0 to 6.4.0 - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v5.1.0...v6.4.0) Updates `peter-evans/create-pull-request` from 5.0.2 to 6.1.0 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5.0.2...v6.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: google-github-actions/release-please-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/alex.yml | 4 ++-- .github/workflows/lint.yml | 4 ++-- .github/workflows/publish.yml | 12 ++++++------ .github/workflows/release.yml | 2 +- .github/workflows/spell.yml | 4 ++-- .github/workflows/yarn-upgrader.yml | 6 +++--- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/alex.yml b/.github/workflows/alex.yml index 130ddf8..8ef9686 100644 --- a/.github/workflows/alex.yml +++ b/.github/workflows/alex.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 - name: Use Node.js - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.0.2 with: node-version: 12.x - name: Comment on new PR diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cb79dc5..52ad374 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,8 +6,8 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 - - uses: actions/setup-node@v4.0.1 + - uses: actions/checkout@v4.1.7 + - uses: actions/setup-node@v4.0.2 with: cache: yarn diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 56f2f9f..7147ffd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,16 +20,16 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.7 - name: Log in to Docker Hub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Log in to the Container registry - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 with: registry: ghcr.io username: ${{ github.actor }} @@ -37,17 +37,17 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e + uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 with: images: | ${{ secrets.DOCKERHUB_USERNAME }}/hullcss ghcr.io/${{ github.repository }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.0.0 + uses: docker/setup-buildx-action@v3.3.0 - name: Build and push Docker images - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 with: context: . push: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c062540..0f3f661 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v4.0.2 + - uses: google-github-actions/release-please-action@v4.1.1 with: release-type: node package-name: release-please-action diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index 5c0c401..891995f 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -7,5 +7,5 @@ jobs: spellcheck: # run the action runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 - - uses: streetsidesoftware/cspell-action@v5.1.0 + - uses: actions/checkout@v4.1.7 + - uses: streetsidesoftware/cspell-action@v6.4.0 diff --git a/.github/workflows/yarn-upgrader.yml b/.github/workflows/yarn-upgrader.yml index 1c49f00..055d079 100644 --- a/.github/workflows/yarn-upgrader.yml +++ b/.github/workflows/yarn-upgrader.yml @@ -16,9 +16,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 - - uses: actions/setup-node@v4.0.1 + - uses: actions/setup-node@v4.0.2 with: node-version: 19.x @@ -45,7 +45,7 @@ jobs: # Open a pull request if there are any changes - name: Create Pull Request - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update/yarn-upgrade