Skip to content

Commit

Permalink
github: bump GitHub action versions
Browse files Browse the repository at this point in the history
Update to current node16 versions. The old node12 actions are
deprecated and will stop working.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
  • Loading branch information
lsf37 committed Oct 26, 2023
1 parent 0ee1ebd commit 4cbab82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install texlive
run: |
sudo apt-get install texlive-latex-extra texlive-fonts-extra
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
name: License Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Check
uses: fsfe/reuse-action@master

0 comments on commit 4cbab82

Please sign in to comment.