diff --git a/.github/workflows/git-cliff.yml b/.github/workflows/git-cliff.yml index d4820ec..3416a8e 100644 --- a/.github/workflows/git-cliff.yml +++ b/.github/workflows/git-cliff.yml @@ -18,7 +18,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Generate a changelog - uses: orhun/git-cliff-action@v3.0.1 + uses: orhun/git-cliff-action@v3.0.2 id: git-cliff with: config: ./cliff.toml diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 093591f..f169e26 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -44,7 +44,7 @@ jobs: shell: Rscript {0} - name: Cache styler - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.1 with: path: ${{ steps.styler-location.outputs.location }} key: ${{ runner.os }}-styler-${{ github.sha }}