Skip to content

Commit

Permalink
Merge pull request #159 from mgaitan/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-8a9da2b879

Bump actions/checkout from 3 to 4 in the github-actions group
  • Loading branch information
timkpaine authored Sep 29, 2024
2 parents 6c36ac4 + f56ac08 commit ae25530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: install build
run: python -m pip install --upgrade build
- name: build
Expand Down

0 comments on commit ae25530

Please sign in to comment.