Skip to content

Commit

Permalink
⬆️ Update actions/checkout action to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 19, 2023
1 parent f522d22 commit 9249e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
experimental: true
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
- name: 🏗 Set up Poetry
run: pipx install poetry
- name: 🏗 Set up Python ${{ matrix.python }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
needs: pytest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: ⬇️ Download coverage data
Expand Down

0 comments on commit 9249e45

Please sign in to comment.