Skip to content

Commit

Permalink
Merge pull request #37 from todofixthis/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
todofixthis authored Oct 19, 2024
2 parents 8e51f3b + b59901f commit 51a2aa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Clone repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand All @@ -34,7 +34,7 @@ jobs:
#
# steps:
# - name: Clone repo
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# - name: Set up Python
# uses: actions/setup-python@v5
# with:
Expand All @@ -51,7 +51,7 @@ jobs:

steps:
- name: Clone repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 51a2aa6

Please sign in to comment.