From e27fedaeb560ac1be227e1f7f006dbc96ac00f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 02:18:51 +0900 Subject: [PATCH] chore(deps): bump the github-actions group with 4 updates (#534) Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [docker/login-action](https://github.com/docker/login-action), [devcontainers/ci](https://github.com/devcontainers/ci) and [sarisia/actions-status-discord](https://github.com/sarisia/actions-status-discord). Updates `actions/checkout` from 4.1.1 to 4.1.2 - [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/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) Updates `docker/login-action` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/343f7c4344506bcbf9b4de18042ae17996df046d...e92390c5fb421da1463c202d546fed0ec5c39f20) Updates `devcontainers/ci` from 0.3.1900000339 to 0.3.1900000348 - [Release notes](https://github.com/devcontainers/ci/releases) - [Commits](https://github.com/devcontainers/ci/compare/3d462823359c481c587cb7426f39775f24257115...7957e0cf6d027a8ab027745f399fcdbd3aa74f0f) Updates `sarisia/actions-status-discord` from 1.13.1 to 1.14.0 - [Release notes](https://github.com/sarisia/actions-status-discord/releases) - [Commits](https://github.com/sarisia/actions-status-discord/compare/c242b3a624337aa95f4727dd779a62f408c69e91...8b35962ad57c30272ae149c9ee193887b39e1b69) --- updated-dependencies: - dependency-name: actions/checkout 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: devcontainers/ci dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: sarisia/actions-status-discord dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 12 ++++++------ .github/workflows/test.yml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b8521be..9d398923 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,16 +12,16 @@ jobs: contents: write packages: read steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d + - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ github.token }} - name: build - uses: devcontainers/ci@3d462823359c481c587cb7426f39775f24257115 + uses: devcontainers/ci@7957e0cf6d027a8ab027745f399fcdbd3aa74f0f with: imageName: ghcr.io/${{ github.repository }}/devcontainer cacheFrom: ghcr.io/${{ github.repository }}/devcontainer @@ -50,7 +50,7 @@ jobs: git push origin $TAGNAME - name: report result - uses: sarisia/actions-status-discord@c242b3a624337aa95f4727dd779a62f408c69e91 + uses: sarisia/actions-status-discord@8b35962ad57c30272ae149c9ee193887b39e1b69 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} @@ -76,7 +76,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: ref: ${{ github.ref_name }} @@ -106,7 +106,7 @@ jobs: - uses: sarisia/actions/conclusion@main id: ghapi - - uses: sarisia/actions-status-discord@c242b3a624337aa95f4727dd779a62f408c69e91 + - uses: sarisia/actions-status-discord@8b35962ad57c30272ae149c9ee193887b39e1b69 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c7bb464..cda73bbd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,16 +11,16 @@ jobs: packages: read contents: read steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d + - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ github.token }} - name: build - uses: devcontainers/ci@3d462823359c481c587cb7426f39775f24257115 + uses: devcontainers/ci@7957e0cf6d027a8ab027745f399fcdbd3aa74f0f with: imageName: ghcr.io/${{ github.repository }}/devcontainer cacheFrom: ghcr.io/${{ github.repository }}/devcontainer @@ -31,7 +31,7 @@ jobs: npm run build - name: report result - uses: sarisia/actions-status-discord@c242b3a624337aa95f4727dd779a62f408c69e91 + uses: sarisia/actions-status-discord@8b35962ad57c30272ae149c9ee193887b39e1b69 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }}