diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-06-13 17:51:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-13 17:51:02 +0000 |
| commit | 4265220ccd08dfdd1598119ce7e81524c59d65f4 (patch) | |
| tree | 7f9d24c65af8d4ac32d65b057c39b55637551956 /.github/workflows/commands.yml | |
| parent | 12d529842011506afde69c570fd8b9d94543dda1 (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 cbaea507fd..ee413bb10b 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: token: ${{ secrets.JF_BOT_TOKEN }} fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: reactions: eyes - name: Checkout the latest code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: jellyfin/jellyfin-triage-script - name: install python |
