Skip to content

Commit

Permalink
chore(deps): bump the all group with 4 updates (#478)
Browse files Browse the repository at this point in the history
Bumps the all 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 3.5.0 to 4.1.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8f4b7f8...8ade135)

Updates `docker/login-action` from 2.1.0 to 3.0.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@f4ef78c...343f7c4)

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

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

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2023
1 parent 684327c commit 0fb733e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
contents: write
packages: read
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}

- name: build
uses: devcontainers/ci@72700878095f87b851a6c4405a16056caffdc577
uses: devcontainers/ci@57eaf0c9b518a76872bc429cdceefd65a912309b
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@61114b793b460ee85fe38ad3fccc78c7ead38d55
uses: sarisia/actions-status-discord@82409b24a08684f54ea5baa6b376e36dad37fb81
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand All @@ -75,7 +75,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
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@61114b793b460ee85fe38ad3fccc78c7ead38d55
- uses: sarisia/actions-status-discord@82409b24a08684f54ea5baa6b376e36dad37fb81
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
packages: read
contents: read
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}

- name: build
uses: devcontainers/ci@72700878095f87b851a6c4405a16056caffdc577
uses: devcontainers/ci@57eaf0c9b518a76872bc429cdceefd65a912309b
with:
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
Expand All @@ -38,16 +38,16 @@ jobs:
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}

- name: build
uses: devcontainers/ci@72700878095f87b851a6c4405a16056caffdc577
uses: devcontainers/ci@57eaf0c9b518a76872bc429cdceefd65a912309b
with:
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
id: ghapi

- name: report result
uses: sarisia/actions-status-discord@61114b793b460ee85fe38ad3fccc78c7ead38d55
uses: sarisia/actions-status-discord@82409b24a08684f54ea5baa6b376e36dad37fb81
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down

0 comments on commit 0fb733e

Please sign in to comment.