Skip to content

Commit 5ebb6fe

Browse files
Update GitHub Action Versions
1 parent 07723d6 commit 5ebb6fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Upload test results
4747
if: failure()
48-
uses: actions/upload-artifact@v3.1.3
48+
uses: actions/upload-artifact@v4.3.1
4949
with:
5050
name: coverage-test-failures
5151
path: ${{ runner.temp }}/package

.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@v2.3.0
21+
uses: orhun/git-cliff-action@v3.0.1
2222
id: git-cliff
2323
with:
2424
config: ./cliff.toml

.github/workflows/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Deploy to GitHub pages 🚀
4141
if: github.event_name != 'pull_request'
42-
uses: JamesIves/github-pages-deploy-action@v4.4.3
42+
uses: JamesIves/github-pages-deploy-action@v4.5.0
4343
with:
4444
clean: false
4545
branch: gh-pages

.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@v3.3.2
47+
uses: actions/cache@v4.0.0
4848
with:
4949
path: ${{ steps.styler-location.outputs.location }}
5050
key: ${{ runner.os }}-styler-${{ github.sha }}

0 commit comments

Comments
 (0)