Skip to content

Commit

Permalink
Update for consistency version of action checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
rugoncalves committed Dec 19, 2024
1 parent 5dd4582 commit 3615e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DevPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
working-directory: ./
steps:
- name: Checkout branch dev
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install project dependencies
run: npm install
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout branch dev
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install project dependencies
run: npm install
Expand Down

0 comments on commit 3615e4c

Please sign in to comment.