We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56248c3 commit d0e2677Copy full SHA for d0e2677
.github/workflows/git-cliff.yml
@@ -18,7 +18,7 @@ jobs:
18
token: ${{ secrets.GITHUB_TOKEN }}
19
20
- name: Generate a changelog
21
- uses: orhun/git-cliff-action@v3.0.1
+ uses: orhun/git-cliff-action@v3.0.2
22
id: git-cliff
23
with:
24
config: ./cliff.toml
.github/workflows/style.yml
@@ -44,7 +44,7 @@ jobs:
44
shell: Rscript {0}
45
46
- name: Cache styler
47
- uses: actions/cache@v4.0.0
+ uses: actions/cache@v4.0.1
48
49
path: ${{ steps.styler-location.outputs.location }}
50
key: ${{ runner.os }}-styler-${{ github.sha }}
0 commit comments