aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/issue-template-check.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-10-25 12:51:35 -0600
committerGitHub <noreply@github.com>2024-10-25 12:51:35 -0600
commitfd411cda182b6d99d67d6a8d60c2f5e0d12bf0b6 (patch)
tree2f457eed672fcc84b115c6082b0836dbda756d43 /.github/workflows/issue-template-check.yml
parentabd6649e5d55ea0a582f4c3042466b352d5998d0 (diff)
Update CI dependencies (#12869)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/issue-template-check.yml')
-rw-r--r--.github/workflows/issue-template-check.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/issue-template-check.yml b/.github/workflows/issue-template-check.yml
index 04aa66edb..b72e552af 100644
--- a/.github/workflows/issue-template-check.yml
+++ b/.github/workflows/issue-template-check.yml
@@ -10,11 +10,11 @@ jobs:
issues: write
steps:
- name: pull in script
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: jellyfin/jellyfin-triage-script
- name: install python
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
+ uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.12'
cache: 'pip'