Skip to content

Commit

Permalink
Merge pull request #25 from dbatten5/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-2.4.0

Bump actions/checkout from 2.3.5 to 2.4.0
  • Loading branch information
dbatten5 committed Nov 3, 2021
2 parents 0145f0a + 84d6db3 commit 1b9e865
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Run Labeler
uses: crazy-max/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
fetch-depth: 2

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions/setup-python@v2
with:
python-version: 3.7.9
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
needs: tests
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Set up Python 3.9
uses: actions/[email protected]
Expand Down

0 comments on commit 1b9e865

Please sign in to comment.