Skip to content

Commit 6696115

Browse files
authored
Merge pull request #50 from sheeeng/dependabot/github_actions/github-actions-same-version-b1629fa33e
chore(deps): bump the github-actions-same-version group with 4 updates
2 parents b1377c8 + 090358e commit 6696115

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/approve-dependabot-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Fetch Metadata
1313
id: metadata
14-
uses: dependabot/fetch-metadata@v1
14+
uses: dependabot/fetch-metadata@v2
1515
with:
1616
github-token: "${{ secrets.GITHUB_TOKEN }}"
1717
- name: Approve Pull Request

.github/workflows/github-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
url: ${{ steps.deployment.outputs.page_url }}
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v5
2727

2828
- name: Install Node.js
29-
uses: actions/setup-node@v3
29+
uses: actions/setup-node@v6
3030
with:
3131
cache: npm
3232
node-version-file: '.nvmrc'
@@ -44,7 +44,7 @@ jobs:
4444
LANG: en-US
4545

4646
- name: Upload page artifacts
47-
uses: actions/upload-pages-artifact@v1
47+
uses: actions/upload-pages-artifact@v4
4848
with:
4949
path: public
5050

0 commit comments

Comments
 (0)