aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2026-05-22 17:23:50 +0200
committerGitHub <noreply@github.com>2026-05-22 17:23:50 +0200
commit7e72bc6e9c3b968625b0a9aeec31b0372926810f (patch)
tree14726ca7dd9bc1cb9f8ccde0de3b90f87f2dc150
parent6296a033421a7ac5f197cfa201db248881ddca00 (diff)
parentaacb147f4dea48a6e78ad8ab74aa76ee7e287c7b (diff)
Merge pull request #16891 from jellyfin/renovate/actions-checkout-6.x
Update actions/checkout action to v6
-rw-r--r--.github/workflows/ci-format.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml
index 667d6e628f..c2cca262bf 100644
--- a/.github/workflows/ci-format.yml
+++ b/.github/workflows/ci-format.yml
@@ -15,7 +15,7 @@ jobs:
format-check:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
with: