diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 603d047..86ccc5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install rust uses: dsherret/rust-toolchain-file@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2d1839..3052d87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.DENOBOT_PAT }}