diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20427cfa37..e46f5bfa7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: docker version docker compose version - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true - name: Automated hygiene verification @@ -248,7 +248,7 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true path: monitoring diff --git a/.github/workflows/dev-checks.yml b/.github/workflows/dev-checks.yml index 40272763e1..11ab8aaaad 100644 --- a/.github/workflows/dev-checks.yml +++ b/.github/workflows/dev-checks.yml @@ -11,20 +11,20 @@ jobs: name: Clone on Windows runs-on: windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - 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@v4 + - uses: actions/checkout@v5 - 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@v4 + - uses: actions/checkout@v5 - name: Checkout on Ubuntu run: echo "Project successfully cloned on ${{ runner.os }}. See `Set up Job` stage for more details about the Runner." diff --git a/.github/workflows/image-publish.yml b/.github/workflows/image-publish.yml index a5c3cb5210..2417be6186 100644 --- a/.github/workflows/image-publish.yml +++ b/.github/workflows/image-publish.yml @@ -39,7 +39,7 @@ jobs: cosign version - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/monitoring-test.yml b/.github/workflows/monitoring-test.yml index 10647f1f9f..c892da5fde 100644 --- a/.github/workflows/monitoring-test.yml +++ b/.github/workflows/monitoring-test.yml @@ -30,7 +30,7 @@ jobs: docker version docker compose version - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true - name: Run ${{ inputs.name }} test