Skip to content

Commit

Permalink
update checkout from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cullerton committed Nov 7, 2024
1 parent 3661429 commit 95b4846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_image_from_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- 5432:5432
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- uses: browser-actions/setup-chrome@latest
with:
chrome-version: stable
Expand Down

0 comments on commit 95b4846

Please sign in to comment.