Skip to content

Commit

Permalink
ci: update used GitHub actions to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlukasczyk committed Jun 6, 2024
1 parent 5df2558 commit 285da26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install TeX Live
uses: zauguin/install-texlive@v2
uses: zauguin/install-texlive@v3
with:
# List the required TeX Live packages in a separate file to allow
# reuse in different workflows.
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to

## [Unreleased]

### Changed

- Update the used actions for GitHub to their latest versions.

## [v4.0.3] – 2024–05–27

### Fixed
Expand Down

0 comments on commit 285da26

Please sign in to comment.