diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-09-28 03:55:36 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-28 03:55:36 -0600 |
| commit | a55e6b7fbcd54df3030d538005c01344e8f5d0e1 (patch) | |
| tree | bdce4c23aa5761f392e74c39ed092d71797cde63 /.github/workflows/commands.yml | |
| parent | d2559009578969bc2ca01d9ac7a267bbc197f896 (diff) | |
Update CI dependencies (#12707)
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 4b469f0d7..d79d437d9 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: token: ${{ secrets.JF_BOT_TOKEN }} fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: reactions: eyes - name: Checkout the latest code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: jellyfin/jellyfin-triage-script - name: install python |
