Skip to content

Commit

Permalink
Merge pull request #233 from LibRapid/master
Browse files Browse the repository at this point in the history
Update Develop
  • Loading branch information
Pencilcaseman authored Sep 9, 2023
2 parents bb0a5ba + 72cd707 commit f450dad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:

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

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

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

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

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

Expand Down Expand Up @@ -665,7 +665,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Checkout LibRapid
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-carbonate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Generate Carbonate Image
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run Carbonate
uses: callmekatootie/[email protected]
Expand Down

0 comments on commit f450dad

Please sign in to comment.