diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-05-16 22:24:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-16 22:24:50 +0000 |
| commit | 45fc7342f5b921f206356f823d9978b23b52be08 (patch) | |
| tree | 67484e87a0ec17e1b8677cb2c5f96d935abd0d38 /.github/workflows/commands.yml | |
| parent | 0cc5cc796dadba2b397f8f56ade82800e9b256bb (diff) | |
Update actions/checkout action to v4.1.6
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 41ee5425e..cbaea507f 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: token: ${{ secrets.JF_BOT_TOKEN }} fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: reactions: eyes - name: Checkout the latest code - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: repository: jellyfin/jellyfin-triage-script - name: install python |
