Skip to content

Commit

Permalink
chore(deps): bump the github-actions group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions 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.2 to 4.1.4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9bb5618...0ad4b8f)

Updates `devcontainers/ci` from 0.3.1900000348 to 0.3.1900000349
- [Release notes](https://github.com/devcontainers/ci/releases)
- [Commits](devcontainers/ci@7957e0c...a56d055)

Updates `sarisia/actions-status-discord` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/sarisia/actions-status-discord/releases)
- [Commits](8b35962...6712a17)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 1c70ed0 commit 159e9a7
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@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

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

- name: build
uses: devcontainers/ci@7957e0cf6d027a8ab027745f399fcdbd3aa74f0f
uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8
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@8b35962ad57c30272ae149c9ee193887b39e1b69
uses: sarisia/actions-status-discord@6712a17f7d0531d44cd42ca2a878b0bdfd07b62a
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand All @@ -76,7 +76,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
ref: ${{ github.ref_name }}

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- uses: sarisia/actions/conclusion@main
id: ghapi

- uses: sarisia/actions-status-discord@8b35962ad57c30272ae149c9ee193887b39e1b69
- uses: sarisia/actions-status-discord@6712a17f7d0531d44cd42ca2a878b0bdfd07b62a
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@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

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

- name: build
uses: devcontainers/ci@7957e0cf6d027a8ab027745f399fcdbd3aa74f0f
uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8
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@8b35962ad57c30272ae149c9ee193887b39e1b69
uses: sarisia/actions-status-discord@6712a17f7d0531d44cd42ca2a878b0bdfd07b62a
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit 159e9a7

Please sign in to comment.