Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent d56b24b commit 55d80ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5

- name: Restore data cache
if: matrix.session == 'tests'
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
needs: tests
steps:
- name: Check out the repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5

- name: Set up Python
uses: actions/setup-python@v5.1.0
Expand Down
2 changes: 1 addition & 1 deletion .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@v4.1.4
uses: actions/checkout@v4.1.5
with:
fetch-depth: 2

Expand Down

0 comments on commit 55d80ca

Please sign in to comment.