Skip to content

Commit

Permalink
Merge pull request #11 from yamatt/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/checkout-4

Bump actions/checkout from 2 to 4 in /.github/workflows
  • Loading branch information
yamatt authored Nov 7, 2024
2 parents 97c28ce + 126551a commit 55350d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Publish to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install CA certs
run: sudo apt-get install ca-certificates -y
- name: Get tag
Expand Down

0 comments on commit 55350d9

Please sign in to comment.