Skip to content

Commit

Permalink
Merge pull request #252 from LibRapid/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Pencilcaseman authored Oct 24, 2023
2 parents def9ad2 + 3d24dfb commit 2560687
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:

steps:
- name: Checkout LibRapid
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:

steps:
- name: Checkout LibRapid
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:

steps:
- name: Checkout LibRapid
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -545,7 +545,7 @@ jobs:
#
# steps:
# - name: Checkout LibRapid
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# with:
# submodules: recursive
#
Expand Down

0 comments on commit 2560687

Please sign in to comment.