diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65531075..1781a550 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - name: ⏬ Install Rust toolchain run: | @@ -84,7 +84,7 @@ jobs: - name: 🚀 Deploy to Cloudflare Pages if: github.ref == 'refs/heads/master' - uses: cloudflare/wrangler-action@v3 + uses: cloudflare/wrangler-action@v4 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: 1c71f27d6fa097a1576b4ffab9186fa8 diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 8bf7419d..99038980 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -10,11 +10,11 @@ jobs: linkChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@master + uses: lycheeverse/lychee-action@v2 with: fail: true env: @@ -22,7 +22,7 @@ jobs: - name: Create Issue From File if: steps.lychee.outputs.exit_code != 0 - uses: peter-evans/create-issue-from-file@v4 + uses: peter-evans/create-issue-from-file@v6 with: title: Link Checker Report content-filepath: ./lychee/out.md