Skip to content

Commit

Permalink
Update add_ssh_deploy_server.yml
Browse files Browse the repository at this point in the history
Update to actions/checkout@v4

so that it runs on Node.js 20 instead of Node.js 16
  • Loading branch information
Meno25 authored Oct 8, 2024
1 parent 0145656 commit 6d733b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_ssh_deploy_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Deploy to server (lokasbot)
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit 6d733b5

Please sign in to comment.