Skip to content

Commit

Permalink
Bump actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjhoa committed Oct 13, 2022
1 parent 408956d commit 64daaa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
CI: 'true'
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
# Code Climate expects these variables to be set
- name: Set up commit metadata
if: github.event_name == 'push'
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Set up Volta
uses: volta-cli/action@v1
- name: Install dependencies (yarn)
Expand All @@ -118,7 +118,7 @@ jobs:
CI: 'true'
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Set up Volta
uses: volta-cli/action@v1
- name: Install dependencies (yarn)
Expand Down

0 comments on commit 64daaa7

Please sign in to comment.