Skip to content

Commit

Permalink
Bump the github-actions group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [docker/login-action](https://github.com/docker/login-action) and [sarisia/actions-status-discord](https://github.com/sarisia/actions-status-discord).


Updates `actions/checkout` from 4.1.4 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@0ad4b8f...692973e)

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

Updates `sarisia/actions-status-discord` from 1.14.1 to 1.14.4
- [Release notes](https://github.com/sarisia/actions-status-discord/releases)
- [Commits](sarisia/actions-status-discord@6712a17...609229a)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent ca98c8f commit 125cf53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
contents: write
packages: read
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
git push origin $TAGNAME
- name: report result
uses: sarisia/actions-status-discord@6712a17f7d0531d44cd42ca2a878b0bdfd07b62a
uses: sarisia/actions-status-discord@609229a5cc8b81e6de55f63e6cdd5e171a3c1895
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand All @@ -77,12 +77,12 @@ jobs:
contents: read
steps:
- name: checkout built artifact
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
ref: ${{ github.ref_name }}

- name: checkout sources
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@6712a17f7d0531d44cd42ca2a878b0bdfd07b62a
- uses: sarisia/actions-status-discord@609229a5cc8b81e6de55f63e6cdd5e171a3c1895
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
packages: read
contents: read
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -36,9 +36,9 @@ jobs:
packages: read
contents: read
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
id: ghapi

- name: report result
uses: sarisia/actions-status-discord@6712a17f7d0531d44cd42ca2a878b0bdfd07b62a
uses: sarisia/actions-status-discord@609229a5cc8b81e6de55f63e6cdd5e171a3c1895
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down

0 comments on commit 125cf53

Please sign in to comment.