Mirror of
0
fork

Configure Feed

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

chore(deps): update actions/checkout action to v6 [skip ci] (#101)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
f8d886c7 713a3819

+8 -8
+1 -1
.github/workflows/format.yaml
··· 13 13 autofix: 14 14 runs-on: ubuntu-latest 15 15 steps: 16 - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 16 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 17 17 with: 18 18 persist-credentials: false 19 19
+1 -1
.github/workflows/labeler.yaml
··· 16 16 app_id: ${{ secrets.BOT_APP_ID }} 17 17 private_key: ${{ secrets.BOT_PRIVATE_KEY }} 18 18 19 - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 19 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 20 20 with: 21 21 persist-credentials: false 22 22 - name: Ensure labels exist
+5 -5
.github/workflows/publish.yaml
··· 22 22 starlight-cooler-credit: ${{ steps.filter.outputs.starlight-cooler-credit }} 23 23 steps: 24 24 - name: Check out the repo 25 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 25 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 26 26 with: 27 27 persist-credentials: false 28 28 ··· 50 50 private_key: ${{ secrets.BOT_PRIVATE_KEY }} 51 51 52 52 - name: Checkout Repo 53 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 53 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 54 54 with: 55 55 persist-credentials: false 56 56 ··· 91 91 IMAGE_TAG: ${{ env.IMAGE_TAG }} 92 92 steps: 93 93 - name: Check out the repo 94 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 94 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 95 95 with: 96 96 persist-credentials: false 97 97 ··· 117 117 contents: write 118 118 id-token: write 119 119 steps: 120 - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 120 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 121 121 with: 122 122 persist-credentials: false 123 123 ··· 146 146 contents: write 147 147 steps: 148 148 - name: Check out the repo 149 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 149 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 150 150 with: 151 151 persist-credentials: false 152 152
+1 -1
.github/workflows/welcome-bot.yaml
··· 20 20 app_id: ${{ secrets.BOT_APP_ID }} 21 21 private_key: ${{ secrets.BOT_PRIVATE_KEY }} 22 22 23 - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 23 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 24 24 with: 25 25 persist-credentials: false 26 26 - name: Convert Repository Name to Title Case