Skip to content

Commit

Permalink
Upgrading actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanvicente committed Feb 7, 2024
1 parent 4c1e97a commit f3b3bfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_upload_image.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Use Node.js
uses: actions/setup-node@v4
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20'

Expand All @@ -30,7 +30,7 @@ jobs:
steps:
-
name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v2
-
name: Load env from file
run: |
Expand Down

0 comments on commit f3b3bfb

Please sign in to comment.