mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Merge pull request #713 from DJ2LS/dependabot/github_actions/develop/actions/checkout-4
This commit is contained in:
commit
cac8e3d2a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pip_package.yml
vendored
2
.github/workflows/pip_package.yml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
|||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v5
|
||||
|
|
Loading…
Reference in a new issue