schoolbox web extension :)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update actions/checkout action to v5 (#273)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
021d0be8 f182e611

+4 -4
+1 -1
.github/workflows/build.yml
··· 13 13 runs-on: ubuntu-latest 14 14 steps: 15 15 - name: Checkout 16 - uses: actions/checkout@v4 16 + uses: actions/checkout@v5 17 17 with: 18 18 fetch-depth: 0 19 19 submodules: "recursive"
+1 -1
.github/workflows/check.yml
··· 14 14 runs-on: ubuntu-latest 15 15 steps: 16 16 - name: Checkout 17 - uses: actions/checkout@v4 17 + uses: actions/checkout@v5 18 18 with: 19 19 fetch-depth: 0 20 20 submodules: "recursive"
+1 -1
.github/workflows/lint.yml
··· 14 14 runs-on: ubuntu-latest 15 15 steps: 16 16 - name: Checkout 17 - uses: actions/checkout@v4 17 + uses: actions/checkout@v5 18 18 with: 19 19 fetch-depth: 0 20 20 submodules: "recursive"
+1 -1
.github/workflows/release-please.yml
··· 27 27 if: ${{ needs.release-please.outputs.release_created }} 28 28 steps: 29 29 - name: Checkout 30 - uses: actions/checkout@v4 30 + uses: actions/checkout@v5 31 31 with: 32 32 submodules: recursive 33 33 fetch-depth: 0