Skip to content

Commit

Permalink
Disable dependabot, update deps (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroBagnoli authored Oct 15, 2023
1 parent b86c194 commit 217c17a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/CreateReleaseAfterMerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Tag check
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
echo "ORIGINAL_CODE_TAG=$ORIGINAL_CODE_TAG" >> $GITHUB_ENV
- name: Build LaTeX document
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: "*.tex"
glob_root_file: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/FeaturePush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Build LaTeX document
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: "*.tex"
glob_root_file: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/MergeRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Tag check
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
echo "ORIGINAL_CODE_TAG=$ORIGINAL_CODE_TAG" >> $GITHUB_ENV
- name: Build LaTeX document
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: "*.tex"
glob_root_file: true
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1

0 comments on commit 217c17a

Please sign in to comment.