From 0d806d241e8d4f4f419d9526624ea641126e7020 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 14 Nov 2024 10:57:06 +0100 Subject: [PATCH] Bump actions/checkout to remove warning deprecation --- .github/workflows/c++-code-formatting.yml | 10 +++++----- .github/workflows/o2-full-deps.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/c++-code-formatting.yml b/.github/workflows/c++-code-formatting.yml index 2ac670da..b0744d17 100644 --- a/.github/workflows/c++-code-formatting.yml +++ b/.github/workflows/c++-code-formatting.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false @@ -148,7 +148,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false @@ -245,7 +245,7 @@ jobs: sudo -n apt install dos2unix - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false @@ -301,7 +301,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false @@ -383,7 +383,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false diff --git a/.github/workflows/o2-full-deps.yml b/.github/workflows/o2-full-deps.yml index 3c1508c0..2fa05941 100644 --- a/.github/workflows/o2-full-deps.yml +++ b/.github/workflows/o2-full-deps.yml @@ -47,7 +47,7 @@ jobs: steps: # For rpms/*.spec - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: "Install prerequisites" run: |