diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 823c59b..ea7736d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,13 +24,13 @@ jobs: sudo apt install coreutils p7zip-full qemu-user-static - name: Checkout CustomPiOS - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: repository: 'guysoft/CustomPiOS' path: CustomPiOS - name: Checkout Project Repository - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: path: repository submodules: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 168f3e5..bb50375 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,13 +17,13 @@ jobs: sudo apt install coreutils p7zip-full qemu-user-static - name: Checkout CustomPiOS - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: repository: 'guysoft/CustomPiOS' path: CustomPiOS - name: Checkout Project Repository - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: path: repository submodules: true diff --git a/.github/workflows/toc.yaml b/.github/workflows/toc.yaml index 92e53e0..c685f5f 100644 --- a/.github/workflows/toc.yaml +++ b/.github/workflows/toc.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 - run: | curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc chmod a+x gh-md-toc