Skip to content

Commit

Permalink
Updated the action/checkout to version 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Feb 13, 2024
1 parent d753cbc commit 3b4283e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Install dependencies'
run: |
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:

steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Install dependencies'
run: |
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:

steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Download artifacts'
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 3b4283e

Please sign in to comment.