Skip to content

Commit

Permalink
Merge pull request #255 from dbatten5/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3.5.0

Bump actions/checkout from 3.3.0 to 3.5.0
  • Loading branch information
dbatten5 authored Sep 18, 2023
2 parents 58a7c6e + 494f798 commit 8e464c5
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@v3.3.0
uses: actions/checkout@v3.5.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@v3.3.0
uses: actions/checkout@v3.5.0
with:
fetch-depth: 2

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0
- uses: actions/[email protected]
with:
python-version: 3.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.0

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

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

0 comments on commit 8e464c5

Please sign in to comment.