Skip to content

Commit

Permalink
ci: update to actions/checkout@v3 (sourcegraph#5922)
Browse files Browse the repository at this point in the history
Co-authored-by: Sourcegraph <[email protected]>
  • Loading branch information
daxmc99 and Sourcegraph authored Jan 4, 2023
1 parent 38599d6 commit 9bc185e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-handbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# name: Teammate locations file is valid
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v2
# - name: install geojsonhint
# run: yarn add @mapbox/[email protected]
Expand All @@ -21,7 +21,7 @@ jobs:
env:
FORCE_COLOR: 3
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
name: Checkout repository
with:
fetch-depth: 0 # We analyze Git history for generating redirects
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codenotify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
name: Checkout repository
with:
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
data-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
name: Checkout repository
# set up correct version of node
- id: nvmrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/large-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
large-files:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
name: Checkout repository
with:
fetch-depth: 0 # We analyze Git history
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
name: Checkout repository
# set up correct version of node
- id: nvmrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
FORCE_COLOR: 3
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Update branches
Expand Down

0 comments on commit 9bc185e

Please sign in to comment.