diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31f225f..59237c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -290,6 +290,7 @@ jobs: permissions: id-token: write + contents: write steps: - uses: actions/checkout@v4 @@ -313,7 +314,7 @@ jobs: skip-existing: true - name: publish docs - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: branch: gh-pages folder: site diff --git a/Cargo.lock b/Cargo.lock index 139b2a3..7bfab10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,7 +367,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "watchfiles_rust_notify" -version = "1.0.2" +version = "1.0.3" dependencies = [ "crossbeam-channel", "notify", diff --git a/Cargo.toml b/Cargo.toml index 140a7a4..8f03606 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchfiles_rust_notify" -version = "1.0.2" +version = "1.0.3" edition = "2021" license = "MIT" homepage = "https://github.com/samuelcolvin/watchfiles"