Skip to content

Commit

Permalink
Merge pull request #31 from Mab879/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Mab879 authored Sep 22, 2023
2 parents c313929 + dafa393 commit 20a6b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Check out the repository"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Setup Python"
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 20a6b0f

Please sign in to comment.