diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12d9639..8288d6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,4 +44,4 @@ jobs: steps: - uses: actions/checkout@v6 - name: typos-action - uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1.44.0 + uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 771941f..5811269 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Get version from Cargo.toml id: lookupVersion - uses: mikefarah/yq@5a7e72a743649b1b3a47d1a1d8214f3453173c51 #v4.52.4 + uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c #v4.53.2 with: cmd: yq -oy '"v" + .workspace.package.version' 'Cargo.toml' @@ -144,7 +144,7 @@ jobs: - name: Create GitHub release id: create-release - uses: taiki-e/create-gh-release-action@56a8b3f8449593aa02b91f7b84da564f476e94f0 # v1.9.2 + uses: taiki-e/create-gh-release-action@eba8ea96c86cca8a37f1b56e94b4d13301fba651 # v1.11.0 with: token: ${{ secrets.GITHUB_TOKEN }} changelog: CHANGELOG.md