Skip to content

Commit a529f3a

Browse files
chore: update github workflows
1 parent b989407 commit a529f3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ž.github/workflows/gh-pages.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
NEXT_PUBLIC_DATA_FETCHING: ssg
6060

6161
- name: Setup Pages πŸ“„
62-
uses: actions/configure-pages@v4
62+
uses: actions/configure-pages@v5
6363

6464
- name: Upload artifact πŸš€
6565
uses: actions/upload-pages-artifact@v3

β€Ž.github/workflows/publish.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Post to a Slack channel
4444
id: slack
45-
uses: slackapi/slack-github-action@v1.25.0
45+
uses: slackapi/slack-github-action@v1.27.0
4646
with:
4747
# Slack channel id, channel name, or user id to post message.
4848
# See also: https://api.slack.com/methods/chat.postMessage#channels

β€Ž.github/workflows/test.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node: [18.17.0, 18.x, 20.x]
17+
node: [20.9.0, 20.x, 22.x]
1818

1919
steps:
2020
- name: Checkout πŸ›ŽοΈ

0 commit comments

Comments
Β (0)