Skip to content

Commit b1f0c58

Browse files
committed
CI: Bump dependency versions
1 parent eb5b463 commit b1f0c58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-deploy-assets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git tag latest
2828
git push -f --tags
2929
- name: Release
30-
uses: softprops/action-gh-release@v0.1.15
30+
uses: softprops/action-gh-release@v2
3131
with:
3232
files: |
3333
lkmpg.pdf

.github/workflows/deploy-github-page.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
make html
1919
- name: Deploy to gh-pages branch
20-
uses: peaceiris/actions-gh-pages@v3.9.3
20+
uses: peaceiris/actions-gh-pages@v4
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
publish_dir: ./html

.github/workflows/status-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
- name: Test changed source files
1818
id: changed-files
19-
uses: tj-actions/changed-files@v39
19+
uses: tj-actions/changed-files@v45
2020
with:
2121
files: examples/**
2222
- name: validate coding style and functionality

0 commit comments

Comments
 (0)