aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2023-09-16 11:32:13 +0200
committerGitHub <noreply@github.com>2023-09-16 11:32:13 +0200
commit3d0b1c3138c34c8c03d9831150ccfc1227f1ba48 (patch)
treebd0cc10d82888767208955f9a485dab6b8c1b5a8 /.github/workflows
parentfb3b7fde9ea7c345d90e000db9ded7d082e69114 (diff)
parente985133b37a53293e0d3f7d45af75444bf3fb166 (diff)
Merge pull request #10232 from jellyfin/renovate/actions-checkout-4.x
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/repo-bump-version.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/repo-bump-version.yaml b/.github/workflows/repo-bump-version.yaml
index 351e24576f..75578536ff 100644
--- a/.github/workflows/repo-bump-version.yaml
+++ b/.github/workflows/repo-bump-version.yaml
@@ -33,7 +33,7 @@ jobs:
yq-version: v4.9.8
- name: Checkout Repository
- uses: actions/checkout@v2
+ uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
ref: ${{ env.TAG_BRANCH }}
@@ -66,7 +66,7 @@ jobs:
NEXT_VERSION: ${{ github.event.inputs.NEXT_VERSION }}
steps:
- name: Checkout Repository
- uses: actions/checkout@v2
+ uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
ref: ${{ env.TAG_BRANCH }}