Skip to content

Commit b94a819

Browse files
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` | `5.4.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.3.0` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `5.0.2` | `6.0.5` | 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](actions/checkout@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](actions/setup-node@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](docker/login-action@343f7c4...0d4c9c5) Updates `docker/metadata-action` from 5.4.0 to 5.5.1 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@9dc751f...8e5442c) Updates `docker/setup-buildx-action` from 3.0.0 to 3.3.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.0.0...v3.3.0) Updates `docker/build-push-action` from 5.1.0 to 5.4.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@4a13e50...ca052bb) 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](google-github-actions/release-please-action@v4.0.2...v4.1.1) Updates `streetsidesoftware/cspell-action` from 5.1.0 to 6.3.0 - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](streetsidesoftware/cspell-action@v5.1.0...v6.3.0) Updates `peter-evans/create-pull-request` from 5.0.2 to 6.0.5 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v5.0.2...v6.0.5) --- 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-minor 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] <[email protected]>
1 parent ef18b9f commit b94a819

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

.github/workflows/alex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/[email protected].1
10+
- uses: actions/[email protected].7
1111
- name: Use Node.js
12-
uses: actions/[email protected].1
12+
uses: actions/[email protected].2
1313
with:
1414
node-version: 12.x
1515
- name: Comment on new PR

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/[email protected].1
10-
- uses: actions/[email protected].1
9+
- uses: actions/[email protected].7
10+
- uses: actions/[email protected].2
1111
with:
1212
cache: yarn
1313

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,34 +20,34 @@ jobs:
2020

2121
steps:
2222
- name: Check out the repo
23-
uses: actions/[email protected].1
23+
uses: actions/[email protected].7
2424

2525
- name: Log in to Docker Hub
26-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
26+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
2727
with:
2828
username: ${{ secrets.DOCKERHUB_USERNAME }}
2929
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3030

3131
- name: Log in to the Container registry
32-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
32+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Extract metadata (tags, labels) for Docker
3939
id: meta
40-
uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e
40+
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
4141
with:
4242
images: |
4343
${{ secrets.DOCKERHUB_USERNAME }}/hullcss
4444
ghcr.io/${{ github.repository }}
4545
4646
- name: Set up Docker Buildx
47-
uses: docker/setup-buildx-action@v3.0.0
47+
uses: docker/setup-buildx-action@v3.3.0
4848

4949
- name: Build and push Docker images
50-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
50+
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
5151
with:
5252
context: .
5353
push: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release-please:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: google-github-actions/release-please-action@v4.0.2
12+
- uses: google-github-actions/release-please-action@v4.1.1
1313
with:
1414
release-type: node
1515
package-name: release-please-action

.github/workflows/spell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
spellcheck: # run the action
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/[email protected].1
11-
- uses: streetsidesoftware/cspell-action@v5.1.0
10+
- uses: actions/[email protected].7
11+
- uses: streetsidesoftware/cspell-action@v6.3.0

.github/workflows/yarn-upgrader.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/[email protected].1
19+
- uses: actions/[email protected].7
2020

21-
- uses: actions/[email protected].1
21+
- uses: actions/[email protected].2
2222
with:
2323
node-version: 19.x
2424

@@ -45,7 +45,7 @@ jobs:
4545
4646
# Open a pull request if there are any changes
4747
- name: Create Pull Request
48-
uses: peter-evans/create-pull-request@v5.0.2
48+
uses: peter-evans/create-pull-request@v6.0.5
4949
with:
5050
token: ${{ secrets.GITHUB_TOKEN }}
5151
branch: update/yarn-upgrade

0 commit comments

Comments
 (0)