Skip to content

Commit

Permalink
Bump actions/checkout from v3 to v4 to fix a GitHub warning
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Oct 4, 2024
1 parent f6dbfb0 commit 82d9b16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build wheel and SDist
run: pipx run build
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
release_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Generate GitHub Release
uses: lsegal/github-release-from-changelog-action@latest
env:
Expand Down

0 comments on commit 82d9b16

Please sign in to comment.