From 4acd7655f2c9b7fb072df03d352dedb3df5d665c Mon Sep 17 00:00:00 2001 From: Erik Hemming Date: Tue, 1 Oct 2024 18:20:29 +0200 Subject: [PATCH] update checkout to v3 --- .github/workflows/Replay_Boot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Replay_Boot.yml b/.github/workflows/Replay_Boot.yml index 44c2f21..ae54243 100644 --- a/.github/workflows/Replay_Boot.yml +++ b/.github/workflows/Replay_Boot.yml @@ -16,7 +16,7 @@ jobs: Build_R1_Firmware: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -53,7 +53,7 @@ jobs: Verify_MacOSX_Build: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -76,7 +76,7 @@ jobs: Verify_Windows_Build: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -111,7 +111,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0