From a0d9508777b11d007cfc590af277ba16e148c4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 08:36:09 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/base-checks.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/gitlab-mirror.yml | 2 +- .github/workflows/manual-load-test.yml | 2 +- .github/workflows/performance-tests-pr.yml | 2 +- .github/workflows/performance-tests.yml | 2 +- .github/workflows/preload-varnish-cache.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/base-checks.yml b/.github/workflows/base-checks.yml index 690697f185..6d7012dd72 100644 --- a/.github/workflows/base-checks.yml +++ b/.github/workflows/base-checks.yml @@ -14,7 +14,7 @@ jobs: matrix: job: [lint, typecheck, test, knip] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup node uses: actions/setup-node@v4 with: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index fa5c89af55..bbdd427310 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -12,7 +12,7 @@ jobs: shardIndex: [1, 2, 3, 4] shardTotal: [4] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # fetch all commits so we can find the branch fetch-depth: 0 diff --git a/.github/workflows/gitlab-mirror.yml b/.github/workflows/gitlab-mirror.yml index 19eedd6543..a1592c8a49 100644 --- a/.github/workflows/gitlab-mirror.yml +++ b/.github/workflows/gitlab-mirror.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Logging diff --git a/.github/workflows/manual-load-test.yml b/.github/workflows/manual-load-test.yml index de02884f21..724bc52177 100644 --- a/.github/workflows/manual-load-test.yml +++ b/.github/workflows/manual-load-test.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Testing GraphQL - Components if: always() diff --git a/.github/workflows/performance-tests-pr.yml b/.github/workflows/performance-tests-pr.yml index b4c223f032..8c3e2acd55 100644 --- a/.github/workflows/performance-tests-pr.yml +++ b/.github/workflows/performance-tests-pr.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Send an HTTP request to start up the server run: | curl -s '${{ github.event.deployment_status.target_url }}/api/graphql' -X 'POST' -H 'Content-Type: application/json' -d '{"operationName":"DataCubeObservations","variables":{"locale":"en","sourceType":"sparql","sourceUrl":"https://lindas.admin.ch/query","cubeFilter":{"iri":"https://energy.ld.admin.ch/sfoe/bfe_ogd84_einmalverguetung_fuer_photovoltaikanlagen/9","filters":{"https://energy.ld.admin.ch/sfoe/bfe_ogd84_einmalverguetung_fuer_photovoltaikanlagen/Kanton":{"type":"single","value":"https://ld.admin.ch/canton/1"}}}},"query":"query DataCubeObservations($sourceType: String!, $sourceUrl: DataSourceUrl!, $locale: String!, $cubeFilter: DataCubeObservationFilter!) { dataCubeObservations(sourceType: $sourceType, sourceUrl: $sourceUrl, locale: $locale, cubeFilter: $cubeFilter) }"}' > /dev/null diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index dd68cbf046..fb501531d4 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download, unzip and install k6 binary run: | wget https://github.com/grafana/k6/releases/download/v0.49.0/k6-v0.49.0-linux-amd64.tar.gz diff --git a/.github/workflows/preload-varnish-cache.yml b/.github/workflows/preload-varnish-cache.yml index 3176b43a8d..82ce87be39 100644 --- a/.github/workflows/preload-varnish-cache.yml +++ b/.github/workflows/preload-varnish-cache.yml @@ -9,7 +9,7 @@ jobs: preload-varnish-cache: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-node@v4 with: node-version: 22.x