Skip to content

Commit

Permalink
Fix: Resolve deprecation warnings on GHA (CICD-1606) (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
AodhanLP authored Apr 29, 2024
1 parent d129877 commit 4365795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
Expand Down

0 comments on commit 4365795

Please sign in to comment.