Mirrored from GitHub github.com/roostorg/osprey
0

Configure Feed

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

build(deps): bump actions/checkout from 4.3.1 to 6.0.3 in the github-actions group across 1 directory (#362)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

+2 -2
+1 -1
.github/workflows/mdbook.yml
··· 45 45 steps: 46 46 # inputs.ref is only set for manual backfills; push-to-main and tag-push events 47 47 # default to the triggering ref automatically 48 - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 48 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 49 49 with: 50 50 persist-credentials: false 51 51 ref: ${{ inputs.ref }}
+1 -1
.github/workflows/zizmor.yml
··· 22 22 actions: read 23 23 steps: 24 24 - name: Checkout repository 25 - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 25 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 26 26 with: 27 27 persist-credentials: false 28 28