Skip to content

Commit

Permalink
ci: bump version of actions/setup-node and webfactory/ssh-agent to fi…
Browse files Browse the repository at this point in the history
…x warning
  • Loading branch information
Gandhi11 committed Apr 26, 2024
1 parent 4cb5763 commit a3b5b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
chmod +x git-subsplit.sh
- name: Setup SSH Agent
uses: webfactory/ssh-agent@v0.7.0
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.EXOLNET_PHPCS_CONFIG_SSH_DEPLOY_KEY }}

Expand Down

0 comments on commit a3b5b4d

Please sign in to comment.