Skip to content

Commit 34b004a

Browse files
committed
Update to Node 20.
1 parent cba4e9a commit 34b004a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
steps:
1313
- name: Clone Repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Clone Deploy Repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
repository: openra/openra.github.io
2020
token: ${{ secrets.DEPLOY_TOKEN }}

0 commit comments

Comments
 (0)