Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the all group with 3 updates #511

Merged
merged 1 commit into from
Feb 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}
Loading