Skip to content

Commit bd8c7d6

Browse files
committed
deploy workflow step versions update
1 parent 8cfe37a commit bd8c7d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout your repository using git
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
- name: Install, build, and upload your site
26-
uses: withastro/action@v2
26+
uses: withastro/action@v5
2727
with:
2828
package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
2929
# path: . # The root location of your Astro project inside the repository. (optional)
30-
# node-version: 22.15.0 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
30+
# node-version: 24.12.0 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)
3131

3232
deploy:
3333
needs: build

0 commit comments

Comments
 (0)