From d6d891c809a9c262f44d49fe1347c15255b5f2fd Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sat, 11 Apr 2026 09:21:48 +0800 Subject: [PATCH] Upgrade GitHub Actions runtime-compatible actions --- .github/workflows/pipeline.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 66470bf..35b4f3c 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -68,7 +68,7 @@ jobs: push_latest: ${{ steps.push.outputs.push_latest }} steps: - name: Check Out Repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@v5 - name: Resolve Inputs id: inputs @@ -121,7 +121,7 @@ jobs: image_tag: ${{ needs.prep.outputs.image_tag }} steps: - name: Check Out Repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@v5 - name: Set Up Docker Buildx run: | @@ -159,10 +159,10 @@ jobs: GHCR_PASSWORD: ${{ secrets.GHCR_TOKEN || github.token }} steps: - name: Check Out Repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@v5 - name: Set Up Python - uses: actions/setup-python@42375524a763eb7d2e0d429c75e7d708d93f2851 + uses: actions/setup-python@v6 with: python-version: "3.11" @@ -220,7 +220,7 @@ jobs: if: ${{ always() && needs.deploy.result == 'success' }} steps: - name: Check Out Repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@v5 - name: Verify Frontend Release run: |