fix(ci): Update actions/checkout and Fork-Sync-With-Upstream-action versions in sync-upstream workflow

This commit is contained in:
github-actions[bot] 2026-05-18 19:56:08 +00:00 committed by TonyBlur
parent 5d3170e8c9
commit c76fd73abe

View file

@ -14,11 +14,13 @@ jobs:
name: Sync latest commits from upstream repo name: Sync latest commits from upstream repo
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.event.repository.fork }} if: ${{ github.event.repository.fork }}
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
steps: steps:
# Checkout with UPSTREAM_TOKEN (Classic PAT with repo + workflow scope) # Checkout with UPSTREAM_TOKEN (Classic PAT with repo + workflow scope)
# GITHUB_TOKEN cannot push commits that modify .github/workflows/ files # GITHUB_TOKEN cannot push commits that modify .github/workflows/ files
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
ref: master ref: master
fetch-depth: 0 fetch-depth: 0
@ -33,7 +35,7 @@ jobs:
- name: Sync upstream changes - name: Sync upstream changes
id: sync id: sync
uses: aormsby/Fork-Sync-With-Upstream-action@v3.4 uses: aormsby/Fork-Sync-With-Upstream-action@v3.4.3
with: with:
upstream_sync_repo: alexta69/metube upstream_sync_repo: alexta69/metube
upstream_sync_branch: master upstream_sync_branch: master