Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/check_for_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
any_update_needed: ${{ steps.needs_update.outputs.any }}
steps:
- name: Checkout Full Repo
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
path: full_repo
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
echo "prerelease=$prerelease" >> $GITHUB_OUTPUT

- name: Checkout last build branch
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: build/last-build-versions
path: build_versions
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:

steps:
- name: Checkout Full Repo
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: full_repo

Expand All @@ -198,7 +198,7 @@ jobs:

steps:
- name: Checkout last build branch
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: build/last-build-versions
path: build_versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
steps:
- name: "Check out the repo"
if: ${{ inputs.no-checkout != 'true' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: project

Expand Down
Loading