Mirror of
0
fork

Configure Feed

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

chore(deps): update github-actions [skip ci] (#132)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
57caa4ef f8488bf5

+6 -6
+3 -3
.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 29 - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 28 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 29 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 30 30 with: 31 31 path: .genaiscript/cache/** 32 32 key: continuous-translation-${{ github.run_id }} ··· 41 41 files: | 42 42 src/content/docs/**/* 43 43 - name: Create Pull Request 44 - uses: peter-evans/create-pull-request@v7.0.8 44 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 45 45 with: 46 46 token: ${{ steps.generate_token.outputs.token }} 47 47 commit-message: "ci: 🤖 translated content"
+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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 23 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 24 24 with: 25 25 persist-credentials: false 26 26 - name: Convert Repository Name to Title Case