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 3b97cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

0 comments on commit 3b97cc2

Please sign in to comment.