Skip to content

Commit

Permalink
chore: update action libs
Browse files Browse the repository at this point in the history
  • Loading branch information
piesrtasty committed Feb 14, 2024
1 parent 8fd4ca1 commit bca8d8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
tag_name: ${{ steps.create_new_tag.outputs.tag }}
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2

Expand Down Expand Up @@ -48,10 +48,10 @@ jobs:
if: needs.tag.outputs.tag_name
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit bca8d8f

Please sign in to comment.