Skip to content

Commit

Permalink
Bump the github-actions group with 4 updates (#283)
Browse files Browse the repository at this point in the history
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 3.1.0 to 4.1.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@93ea575...9bb5618)

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

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

Updates `sarisia/actions-status-discord` from 1.10.1 to 1.14.0
- [Release notes](https://github.com/sarisia/actions-status-discord/releases)
- [Commits](sarisia/actions-status-discord@9d12cc6...8b35962)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: devcontainers/ci
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 13, 2024
1 parent b181bd0 commit c3f5808
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633

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

- name: build
uses: devcontainers/ci@3dcee0e5dada9275fbd8e4d76ee9de43998be886
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@9d12cc6d7c8d55f9cbe5efa643117f8c7423f4cf
uses: sarisia/actions-status-discord@8b35962ad57c30272ae149c9ee193887b39e1b69
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand All @@ -77,12 +77,12 @@ jobs:
contents: read
steps:
- name: checkout built artifact
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
with:
ref: ${{ github.ref_name }}

- name: checkout sources
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
with:
ref: ${{ github.sha }}
path: origin
Expand All @@ -105,7 +105,7 @@ jobs:
- uses: sarisia/actions/conclusion@main
id: ghapi

- uses: sarisia/actions-status-discord@9d12cc6d7c8d55f9cbe5efa643117f8c7423f4cf
- uses: sarisia/actions-status-discord@8b35962ad57c30272ae149c9ee193887b39e1b69
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633

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

- name: test
uses: devcontainers/ci@3dcee0e5dada9275fbd8e4d76ee9de43998be886
uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8
with:
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
Expand All @@ -36,16 +36,16 @@ jobs:
packages: read
contents: read
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633

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

- name: build
uses: devcontainers/ci@3dcee0e5dada9275fbd8e4d76ee9de43998be886
uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8
with:
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
id: ghapi

- name: report result
uses: sarisia/actions-status-discord@9d12cc6d7c8d55f9cbe5efa643117f8c7423f4cf
uses: sarisia/actions-status-discord@8b35962ad57c30272ae149c9ee193887b39e1b69
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down

0 comments on commit c3f5808

Please sign in to comment.