Skip to content

Commit 8247190

Browse files
authored
Merge branch 'development' into nkriel-fix-HLLD-low-Mach-pressure-scaling
2 parents 11e31fb + fa6db2b commit 8247190

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/check_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
has_workflow_changes: ${{ steps.set-output.outputs.has_workflow_changes }}
3636
has_specific_workflow_changes: ${{ steps.set-output.outputs.has_specific_workflow_changes }}
3737
steps:
38-
- uses: actions/checkout@v6.0.1
38+
- uses: actions/checkout@v6
3939
- uses: dorny/paths-filter@v3
4040
id: changes
4141
with:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
code-changed: ${{ steps.changes.outputs.code }}
2323
steps:
24-
- uses: actions/checkout@v6.0.1
24+
- uses: actions/checkout@v6
2525
- uses: dorny/paths-filter@v3
2626
id: changes
2727
with:

.github/workflows/docs-toctree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Validate MkDocs navigation
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6.0.1
15+
- uses: actions/checkout@v6
1616
- name: Set up Python
1717
uses: actions/setup-python@v6
1818
with:

.github/workflows/rocm-diskgalaxy-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
submodules: recursive
3434
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
3535

3636
- name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
37+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
3838

3939
- name: Log in to GHCR
4040
if: ${{ github.event_name == 'push' || env.IS_INTERNAL_PR == 'true' }}

extern/turbulence

0 commit comments

Comments
 (0)