From ee0e017da6783a7e1f75fa8f8e56007e0b490fb8 Mon Sep 17 00:00:00 2001 From: Maximilien Cuony Date: Wed, 8 Apr 2026 10:42:23 +0200 Subject: [PATCH] [ci] Update 'actions/checkout''s version --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/dev-checks.yml | 8 ++++---- .github/workflows/docs.yml | 2 +- .github/workflows/dss-deploy.yml | 2 +- .github/workflows/dss-publish.yml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29610ae6a..4cf68fb7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: echo "Branch: ${{ github.ref }}" docker images - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: submodules: true - name: Python lint @@ -49,7 +49,7 @@ jobs: docker images go env - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: submodules: true - name: Deployment infrastructure tests @@ -97,7 +97,7 @@ jobs: docker images go env - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: submodules: true - name: Build dss image @@ -128,7 +128,7 @@ jobs: echo "Branch: ${{ github.ref }}" docker images - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: submodules: true - name: Tests @@ -147,7 +147,7 @@ jobs: echo "Branch: ${{ github.ref }}" docker images - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: submodules: true - name: Check migrations diff --git a/.github/workflows/dev-checks.yml b/.github/workflows/dev-checks.yml index a7a5e7abc..2629e7990 100644 --- a/.github/workflows/dev-checks.yml +++ b/.github/workflows/dev-checks.yml @@ -9,20 +9,20 @@ jobs: name: Clone on Windows runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Checkout on Windows run: echo "Project successfully cloned on ${{ runner.os }}. See `Set up Job` stage for more details about the Runner." macos: name: Clone on Mac runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Checkout on Mac run: echo "Project successfully cloned on ${{ runner.os }}. See `Set up Job` stage for more details about the Runner." ubuntu: name: Clone on Ubuntu runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Checkout on Ubuntu - run: echo "Project successfully cloned on ${{ runner.os }}. See `Set up Job` stage for more details about the Runner." \ No newline at end of file + run: echo "Project successfully cloned on ${{ runner.os }}. See `Set up Job` stage for more details about the Runner." diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1fc8f251e..a1b5a73ff 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'interuss/dss' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Configure Git Credentials diff --git a/.github/workflows/dss-deploy.yml b/.github/workflows/dss-deploy.yml index d9f6d9e38..bf6de6bb5 100644 --- a/.github/workflows/dss-deploy.yml +++ b/.github/workflows/dss-deploy.yml @@ -23,7 +23,7 @@ jobs: echo "Branch: ${{ github.ref }}" - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/dss-publish.yml b/.github/workflows/dss-publish.yml index 3d6b84e4e..961202bd8 100644 --- a/.github/workflows/dss-publish.yml +++ b/.github/workflows/dss-publish.yml @@ -37,7 +37,7 @@ jobs: cosign version - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: fetch-depth: 0