Skip to content

Commit 89989c0

Browse files
committed
Merge branch 'main' of github.com:nuxt-modules/og-image
2 parents 59be16d + 54c22da commit 89989c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
build:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v4
2424

2525
- name: Set node
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v5
2727
with:
2828
node-version-file: package.json
2929

0 commit comments

Comments
 (0)