Skip to content

Commit

Permalink
github-actions(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 17, 2021
1 parent a34a32b commit 287ce27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pnl-ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:

steps:
- name: Checkout sources
uses: actions/[email protected].4
uses: actions/[email protected].5
if: ${{ matrix.pnl-version == 'head' }}
with:
fetch-depth: 10
ref: ${{ github.ref }}

- name: Checkout pull base
uses: actions/[email protected].4
uses: actions/[email protected].5
if: ${{ matrix.pnl-version == 'base' }}
with:
fetch-depth: 10
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

steps:
- name: Checkout docs
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
ref: gh-pages

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pnl-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
fetch-depth: 10

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:

- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v2.3.5
with:
fetch-depth: 1

Expand Down

0 comments on commit 287ce27

Please sign in to comment.