diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74651d95..ff89b20e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: github_workflows: ${{ steps.changes.outputs.github_workflows }} steps: - name: "Check out repository code" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: Check for file changes uses: dorny/paths-filter@v4 id: changes @@ -63,7 +63,7 @@ jobs: timeout-minutes: 5 steps: - name: "Check out repository code" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: "Setup environment" run: "pip install yamllint==1.35.1" - name: "Linting: yamllint" @@ -76,7 +76,7 @@ jobs: timeout-minutes: 5 steps: - name: "Check out repository code" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: Set up Python uses: actions/setup-python@v6 with: @@ -104,7 +104,7 @@ jobs: timeout-minutes: 5 steps: - name: "Check out repository code" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: "Linting: markdownlint" uses: DavidAnson/markdownlint-cli2-action@v23 with: @@ -128,7 +128,7 @@ jobs: timeout-minutes: 5 steps: - name: "Check out repository code" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: Check workflow files run: | bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) @@ -148,7 +148,7 @@ jobs: timeout-minutes: 5 steps: - name: "Check out repository code" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: "Set up Python" uses: "actions/setup-python@v6" with: @@ -174,7 +174,7 @@ jobs: timeout-minutes: 5 steps: - name: "Check out repository code" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: submodules: true - name: Install NodeJS @@ -209,7 +209,7 @@ jobs: timeout-minutes: 5 steps: - name: "Check out repository code" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: submodules: true - name: Install NodeJS @@ -246,7 +246,7 @@ jobs: timeout-minutes: 5 steps: - name: "Check out repository code" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: submodules: true @@ -284,7 +284,7 @@ jobs: timeout-minutes: 30 steps: - name: "Check out repository code" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: @@ -332,7 +332,7 @@ jobs: timeout-minutes: 40 steps: - name: "Check out repository code" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: Set up Python uses: actions/setup-python@v6 with: @@ -370,14 +370,14 @@ jobs: # timeout-minutes: 30 # steps: # - name: "Check out repository code" - # uses: "actions/checkout@v6" + # uses: "actions/checkout@v7" # - name: "Extract target branch name" # id: extract_branch # run: echo "TARGET_BRANCH=${{ github.base_ref }}" >> $GITHUB_ENV # - name: "Checkout infrahub repository" - # uses: "actions/checkout@v6" + # uses: "actions/checkout@v7" # with: # repository: "opsmill/infrahub" # path: "infrahub-server" diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index cee8344a..8eb8816d 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v6 diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index e6bce2d3..9f01cc0f 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -47,7 +47,7 @@ jobs: version: ${{ needs.prepare-environment.outputs.UV_VERSION }} - name: "Check out repository code" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: submodules: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 368254c4..c9261442 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: latest_tag: ${{ steps.release.outputs.latest_tag }} steps: - name: "Check out repository code" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: submodules: true diff --git a/.github/workflows/repository-dispatch.yml b/.github/workflows/repository-dispatch.yml index 9b71dcfd..77741d25 100644 --- a/.github/workflows/repository-dispatch.yml +++ b/.github/workflows/repository-dispatch.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Repository Dispatch uses: peter-evans/repository-dispatch@v4 diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 67ff7ac9..0d3134f1 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -17,12 +17,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: source-repo - name: Checkout target repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: opsmill/infrahub-docs token: ${{ secrets.PAT_TOKEN }} diff --git a/.github/workflows/update-submodule.yml b/.github/workflows/update-submodule.yml index 726201cd..01b16dbd 100644 --- a/.github/workflows/update-submodule.yml +++ b/.github/workflows/update-submodule.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Trigger submodule update run: |