Skip to content

Commit

Permalink
chore: upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare committed Feb 18, 2024
1 parent 51233ef commit 16a4655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
run: echo "::set-output name=today::$(date +'%Y-%m-%d')"

- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2

- name: Setup Node.js 14.21.x
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 14.21.x
cache: 'yarn'
Expand Down

0 comments on commit 16a4655

Please sign in to comment.