Skip to content

Commit

Permalink
chore(ci): update versions (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Oct 31, 2024
1 parent 67e0d85 commit 4b68533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
steps:
# Step 1: Check out the repository
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2

# Step 2: Set up Node.js
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4.1.0
with:
node-version: '20'

Expand Down

0 comments on commit 4b68533

Please sign in to comment.