diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 16e82e3..21344bb 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -13,7 +13,7 @@ jobs: contents: read deployments: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: hecrj/setup-rust-action@v2 with: rust-version: stable