Skip to content

Commit

Permalink
update github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xqms committed Jun 5, 2023
1 parent 6b6e718 commit 7b976f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ jobs:
name: Test on Ubuntu 16.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Compile and test
uses: ./.github/actions/ubuntu16
ubuntu18:
runs-on: ubuntu-latest
name: Test on Ubuntu 18.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Compile and test
uses: ./.github/actions/ubuntu18
ubuntu20:
runs-on: ubuntu-latest
name: Test on Ubuntu 20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Compile and test
uses: ./.github/actions/ubuntu20
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: |
graphicscache.tar.gz
Expand All @@ -37,15 +37,15 @@ jobs:
name: Test on Windows using MikTeX
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Compile and test
uses: ./.github/actions/windows
windows_texlive:
runs-on: windows-2019
name: Test on Windows using TeX Live
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Compile and test
uses: ./.github/actions/windows_texlive

Expand Down

0 comments on commit 7b976f6

Please sign in to comment.