Skip to content

Commit

Permalink
Update workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed May 23, 2023
1 parent d792bdc commit 6fabc2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Expand Up @@ -10,12 +10,12 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Node 🧰
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x

- name: Install 📦
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v1.0.0
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Get tag info 🏷
id: tags
Expand Down

0 comments on commit 6fabc2e

Please sign in to comment.