From 055c418c92fa579aad5953c21def697289e72eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 01:49:24 +0000 Subject: [PATCH] chore(deps): bump the all group with 3 updates Bumps the all group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [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.0 to 4.1.1 - [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/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11) Updates `devcontainers/ci` from 0.3.1900000329 to 0.3.1900000338 - [Release notes](https://github.com/devcontainers/ci/releases) - [Commits](https://github.com/devcontainers/ci/compare/57eaf0c9b518a76872bc429cdceefd65a912309b...c3e31cc561800ac318ed000e22ffc6713c93d009) Updates `sarisia/actions-status-discord` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/sarisia/actions-status-discord/releases) - [Commits](https://github.com/sarisia/actions-status-discord/compare/82409b24a08684f54ea5baa6b376e36dad37fb81...9904e3130b8905d5b973df25623f17672dcb3466) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: devcontainers/ci dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: sarisia/actions-status-discord dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 10 +++++----- .github/workflows/test.yml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e9d64d2..7f1b8d42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: contents: write packages: read steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d with: @@ -21,7 +21,7 @@ jobs: password: ${{ github.token }} - name: build - uses: devcontainers/ci@57eaf0c9b518a76872bc429cdceefd65a912309b + uses: devcontainers/ci@c3e31cc561800ac318ed000e22ffc6713c93d009 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@82409b24a08684f54ea5baa6b376e36dad37fb81 + uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} @@ -75,7 +75,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: ref: ${{ github.ref_name }} @@ -105,7 +105,7 @@ jobs: - uses: sarisia/actions/conclusion@main id: ghapi - - uses: sarisia/actions-status-discord@82409b24a08684f54ea5baa6b376e36dad37fb81 + - uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c1a57b7..82a15d0a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: packages: read contents: read steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d with: @@ -20,7 +20,7 @@ jobs: password: ${{ github.token }} - name: build - uses: devcontainers/ci@57eaf0c9b518a76872bc429cdceefd65a912309b + uses: devcontainers/ci@c3e31cc561800ac318ed000e22ffc6713c93d009 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@82409b24a08684f54ea5baa6b376e36dad37fb81 + uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }}