Skip to content

Commit be0f049

Browse files
chore: synced local './' with remote 'repo-template/'
1 parent 507607f commit be0f049

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/discord-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v7
1212

1313
- name: Run Discord Webhook
14-
uses: solareon/discord-commits@main
14+
uses: solareon/discord-commits@v1
1515
with:
1616
id: ${{ secrets.DISCORD_WEBHOOK_ID }}
1717
token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}

.github/workflows/discord-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout Repository
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v7
13+
1314
- name: Github Releases To Discord
1415
uses: SethCohen/github-releases-to-discord@v1
1516
with:

0 commit comments

Comments
 (0)