diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25cff81..9d9fd4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: repositories key: v2-${{ hashFiles('repositories.json') }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0fd161c..7110a53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: repositories key: v2-${{ hashFiles('repositories.json') }} @@ -22,7 +22,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Reports - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Reports path: reports diff --git a/.github/workflows/update-repositories.yml b/.github/workflows/update-repositories.yml index d8f60ff..60a55cc 100644 --- a/.github/workflows/update-repositories.yml +++ b/.github/workflows/update-repositories.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v6 - name: Restore cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: repositories key: v2-${{ hashFiles('repositories.json') }} @@ -32,7 +32,7 @@ jobs: - name: Run tests run: yarn execute "RUN https://pkg.pr.new/prettier/prettier@main VS latest" - - uses: peter-evans/create-pull-request@v7 + - uses: peter-evans/create-pull-request@v8 with: commit-message: "Update repositories.json" branch: automated-update-repositories