Skip to content

Commit

Permalink
chore: use checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeveland27 committed Feb 16, 2023
1 parent 768c0e1 commit c1af289
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v2
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Cache Docker layers
uses: actions/cache@v2
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
needs: [job-test-unit, job-test-system]
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

# Probably not necessary since the ubuntu-latest image would have latest Node LTS release
# and nothing in this job _needs_ older Node
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
needs: [job-test-unit, job-test-system, job-generate-third-party-notices]
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main

Expand Down

0 comments on commit c1af289

Please sign in to comment.