Skip to content

Commit

Permalink
Update actions/checkout action to v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2023
1 parent 0036934 commit 134323a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Checkout Code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.2
with:
fetch-depth: 0

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
needs: tag
steps:
- name: Checkout Code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.2

- name: Setup Python 3.9
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Python 3.9
steps:
- name: Checkout Code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.2

- name: Setup Latest Python
uses: actions/[email protected]
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
name: Python ${{ matrix.python-version }}
steps:
- name: Checkout Code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.2

- name: Setup Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down

0 comments on commit 134323a

Please sign in to comment.