Skip to content

Commit

Permalink
bump actions/checkout version (fix "node16 actions" warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed May 24, 2024
1 parent 08ca1ab commit e142acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout TileDB-SOMA
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # ensure we get all tags to inform package version determination
- name: Build sdist
Expand Down

0 comments on commit e142acf

Please sign in to comment.