diff --git a/.forgejo/workflows/workflow.yaml b/.forgejo/workflows/workflow.yaml index 571e0f1..b7a0e8a 100644 --- a/.forgejo/workflows/workflow.yaml +++ b/.forgejo/workflows/workflow.yaml @@ -34,7 +34,7 @@ jobs: image: ubuntu:latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install dependencies and SSH run: | @@ -76,7 +76,7 @@ jobs: run: exit 0 # Skip if not the selected environment - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install dependencies and SSH run: |