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] (#140)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
8b37f12f 82757610

+4 -4
+1 -1
.github/workflows/continuous-translations.yaml
··· 25 25 with: 26 26 app_id: ${{ secrets.BOT_APP_ID }} 27 27 private_key: ${{ secrets.BOT_PRIVATE_KEY }} 28 - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 28 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 29 29 - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 30 30 with: 31 31 path: .genaiscript/cache/**
+1 -1
.github/workflows/format.yaml
··· 13 13 autofix: 14 14 runs-on: ubuntu-latest 15 15 steps: 16 - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 19 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 20 20 with: 21 21 persist-credentials: false 22 22 - name: Ensure labels exist
+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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 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