Skip to content

Commit

Permalink
chore(deps): bump the all group with 3 updates
Browse files Browse the repository at this point in the history
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](actions/checkout@8ade135...b4ffde6)

Updates `devcontainers/ci` from 0.3.1900000329 to 0.3.1900000339
- [Release notes](https://github.com/devcontainers/ci/releases)
- [Commits](devcontainers/ci@57eaf0c...3d46282)

Updates `sarisia/actions-status-discord` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/sarisia/actions-status-discord/releases)
- [Commits](82409b2...9904e31)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 39cfaba commit cb43b20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: write
packages: read
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
with:
Expand All @@ -21,7 +21,7 @@ jobs:
password: ${{ github.token }}

- name: build
uses: devcontainers/ci@57eaf0c9b518a76872bc429cdceefd65a912309b
uses: devcontainers/ci@3d462823359c481c587cb7426f39775f24257115
with:
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
Expand Down Expand Up @@ -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 }}
Expand All @@ -75,7 +75,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
ref: ${{ github.ref_name }}

Expand Down Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
packages: read
contents: read
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
with:
Expand All @@ -20,7 +20,7 @@ jobs:
password: ${{ github.token }}

- name: build
uses: devcontainers/ci@57eaf0c9b518a76872bc429cdceefd65a912309b
uses: devcontainers/ci@3d462823359c481c587cb7426f39775f24257115
with:
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
Expand All @@ -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 }}

0 comments on commit cb43b20

Please sign in to comment.