diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index d2866ad..8d56642 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -236,7 +236,7 @@ jobs: print(f"Set output workflow_path to {workflow_path}") - name: Determine SHA of the reusable workflow id: set_sha_everest_ci - uses: canonical/get-workflow-version-action@v1.0.1 + uses: canonical/get-workflow-version-action@v1.0.4 with: repository-name: everest/everest-ci file-name: continuous_integration.yml @@ -535,7 +535,7 @@ jobs: name: wheels path: wheels - name: Checkout repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.1.0 with: path: source - name: Setup run scripts @@ -576,7 +576,7 @@ jobs: ${{ inputs.report_html_path }} - name: Render result if: ${{ always() && (steps.run_integration_tests.outcome == 'success' || steps.run_integration_tests.outcome == 'failure') }} - uses: pmeier/pytest-results-action@v0.7.2 + uses: pmeier/pytest-results-action@v0.9.0 with: path: ${{ inputs.result_xml_path }} summary: True diff --git a/github-actions/deploy-ci-artifact/action.yaml b/github-actions/deploy-ci-artifact/action.yaml index f9f34eb..7f24390 100644 --- a/github-actions/deploy-ci-artifact/action.yaml +++ b/github-actions/deploy-ci-artifact/action.yaml @@ -38,7 +38,7 @@ runs: git config --global user.email "compiler@pionix.de" git config --global user.name "Github Service Account" - name: Checkout target repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.1.0 with: repository: ${{ inputs.target_repo }} path: gh-pages-repo diff --git a/github-actions/deploy-doxygen-docs/action.yaml b/github-actions/deploy-doxygen-docs/action.yaml index 350e7c0..f7a7697 100644 --- a/github-actions/deploy-doxygen-docs/action.yaml +++ b/github-actions/deploy-doxygen-docs/action.yaml @@ -31,7 +31,7 @@ runs: git config --global user.email "compiler@pionix.de" git config --global user.name "Github Service Account" - name: Checkout target repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.1.0 with: repository: ${{ inputs.target_repo }} path: gh-pages-repo