Skip to content

Commit d0e2677

Browse files
Update GitHub Action Versions
1 parent 56248c3 commit d0e2677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/git-cliff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919

2020
- name: Generate a changelog
21-
uses: orhun/git-cliff-action@v3.0.1
21+
uses: orhun/git-cliff-action@v3.0.2
2222
id: git-cliff
2323
with:
2424
config: ./cliff.toml

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: Rscript {0}
4545

4646
- name: Cache styler
47-
uses: actions/cache@v4.0.0
47+
uses: actions/cache@v4.0.1
4848
with:
4949
path: ${{ steps.styler-location.outputs.location }}
5050
key: ${{ runner.os }}-styler-${{ github.sha }}

0 commit comments

Comments
 (0)