Skip to content

Commit 30b33c5

Browse files
authored
Merge branch 'blackboxai/quantum-mesh-optimization' into dependabot/github_actions/docker/build-push-action-7
2 parents ea629c2 + df1272f commit 30b33c5

4 files changed

Lines changed: 132 additions & 132 deletions

File tree

.github/workflows/docs-pr-netlify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# There's a 'download artifact' action, but it hasn't been updated for the workflow_run action
1515
# (https://github.com/actions/download-artifact/issues/60) so instead we get this mess:
1616
- name: 📥 Download artifact
17-
uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
17+
uses: dawidd6/action-download-artifact@1f8785ff7a5130826f848e7f72725c85d241860f # v18
1818
with:
1919
workflow: docs-pr.yaml
2020
run_id: ${{ github.event.workflow_run.id }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
linting: ${{ !startsWith(github.ref, 'refs/pull/') || steps.filter.outputs.linting }}
2424
linting_readme: ${{ !startsWith(github.ref, 'refs/pull/') || steps.filter.outputs.linting_readme }}
2525
steps:
26-
- uses: dorny/paths-filter@v3
26+
- uses: dorny/paths-filter@v4
2727
id: filter
2828
# We only check on PRs
2929
if: startsWith(github.ref, 'refs/pull/')

0 commit comments

Comments
 (0)