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