Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.4 to 2.3.5 (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 18, 2021
1 parent c7af977 commit 87f6b01
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Pull image
run: docker pull condaforge/mambaforge:latest
- name: Checkout branch
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
with:
ref: ${{ github.head_ref }}
- name: Run linter inside of container
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Pull image
run: docker pull condaforge/mambaforge:latest
- name: Checkout branch
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
with:
ref: ${{ github.head_ref }}
- name: Run CI inside of container
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Pull image
run: docker pull condaforge/mambaforge:latest
- name: Checkout branch
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
with:
ref: ${{ github.head_ref }}
- name: Fetch full git history
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-build-linux-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Pull image
run: docker pull condaforge/mambaforge:latest
- name: Checkout branch
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
with:
ref: ${{ github.head_ref }}
- name: Fetch full git history
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- osx_arm64_python3.9.____cpython
steps:
- name: Checkout branch
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
with:
ref: ${{ github.head_ref }}
- name: Fetch full git history
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- win_64_python3.7.____cpython
steps:
- name: Checkout branch
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
with:
ref: ${{ github.head_ref }}
- name: Fetch full git history
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-macos-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
PYTHON_VERSION: ['3.7']
steps:
- name: Checkout branch
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
with:
ref: ${{ github.head_ref }}
- uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
PYTHON_VERSION: ['3.7']
steps:
- name: Checkout branch
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
with:
ref: ${{ github.head_ref }}
- uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-win-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout branch
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
with:
ref: ${{ github.head_ref }}
- uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout branch
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
with:
ref: ${{ github.head_ref }}
- uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169
Expand Down

0 comments on commit 87f6b01

Please sign in to comment.