Skip to content

Commit

Permalink
Merge pull request #306 from magmax/6b48dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-3.2.0

build(deps): bump actions/checkout from 3.1.0 to 3.2.0
  • Loading branch information
staticdev authored Dec 15, 2022
2 parents 525976e + 3ced928 commit d03298b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Build documentation & check links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
- uses: actions/[email protected]
with:
python-version: "3.11"
Expand Down
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.1.0
uses: actions/checkout@v3.2.0

- name: Run Labeler
uses: crazy-max/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.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
uses: actions/checkout@v3.2.0
with:
fetch-depth: 2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0

- name: Set up Python ${{ matrix.python }}
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.1.0
uses: actions/checkout@v3.2.0

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

0 comments on commit d03298b

Please sign in to comment.