diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-10-08 19:34:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-08 19:34:21 +0000 |
| commit | 05cea509f2e93a853a638db03c77dff02de5236c (patch) | |
| tree | 0ceaa4ebc36bc29d38bf5f72bba39d5696bc2c5b /.github/workflows/commands.yml | |
| parent | 1341ead608525b424c51848de17b73f9de7eac7c (diff) | |
Update CI dependencies
Diffstat (limited to '.github/workflows/commands.yml')
| -rw-r--r-- | .github/workflows/commands.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index d79d437d9..446483fc1 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -24,7 +24,7 @@ jobs: reactions: '+1' - name: Checkout the latest code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: token: ${{ secrets.JF_BOT_TOKEN }} fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: reactions: eyes - name: Checkout the latest code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: token: ${{ secrets.JF_BOT_TOKEN }} fetch-depth: 0 @@ -128,7 +128,7 @@ jobs: runs-on: ubuntu-latest steps: - name: pull in script - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: repository: jellyfin/jellyfin-triage-script - name: install python |
