Skip to content

Commit

Permalink
Merge pull request #751 from Riverside-Healthcare/renovate/actions-ch…
Browse files Browse the repository at this point in the history
…eckout-4.x
  • Loading branch information
christopherpickering committed Sep 18, 2023
2 parents 8ec158a + 9f8a6be commit 11da1b6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup python 3.11
uses: actions/setup-python@v4
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: cleanup source
run: rm -r "${{ matrix.tool }}_source"; rm -r "${{ matrix.tool }}_raw"

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: ${{ matrix.tool }}-source
ref: ${{ matrix.tool }}-source
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Linkcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup python 3.11
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup python ${{ matrix.python-version }} on ${{ matrix.os }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
if: ${{ matrix.os == 'macos-latest' }}
run: sudo xcode-select --reset
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup python ${{ matrix.python-version }} on ${{ matrix.os }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 11da1b6

Please sign in to comment.