Skip to content

Commit 036a26e

Browse files
asizikovCopilot
andcommitted
ci: upgrade workflow actions
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a53be0a commit 036a26e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: Setup Node.js
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@v6
2929
with:
3030
node-version: '20'
3131
cache: 'npm'

0 commit comments

Comments
 (0)