Skip to content

Commit b329c18

Browse files
authored
Merge pull request #31 from spamegg1/fix-github-actions-release-again
update actions
2 parents 1557ac6 + f6d79bb commit b329c18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Set up Git repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v4.2.2
1717
- name: Compile LaTeX document
18-
uses: xu-cheng/latex-action@v3
18+
uses: xu-cheng/latex-action@v4.0.0
1919
with:
2020
working_directory: src
2121
root_file: Epp.tex
2222
latexmk_shell_escape: true
2323
- name: Release
24-
uses: softprops/action-gh-release@v2.2.1
24+
uses: softprops/action-gh-release@v2.3.2
2525
with:
2626
tag_name: "v1.0.${{ github.run_number }}"
2727
make_latest: true

0 commit comments

Comments
 (0)