Skip to content

Commit

Permalink
Merge pull request #7 from muzimuzhi/ci/bump-actions
Browse files Browse the repository at this point in the history
Update action versions in code and README
  • Loading branch information
zauguin authored Dec 17, 2023
2 parents dbbd487 + a2017b7 commit ad89806
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run the action
uses: ./
with:
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run the action
uses: ./
with:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install TeX Live
uses: zauguin/install-texlive@v2
uses: zauguin/install-texlive@v3
with:
packages: >
l3build latex latex-bin luatex latex-bin-dev
Expand All @@ -32,7 +32,7 @@ Instead of specifying the packages directly, you can pass a file containing the
```yaml
- name: Install TeX Live
uses: zauguin/install-texlive@v2
uses: zauguin/install-texlive@v3
with:
package_file: tl_packages
```

0 comments on commit ad89806

Please sign in to comment.