Skip to content

Commit

Permalink
Update actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Jul 15, 2024
1 parent b92fddd commit 099fffc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run:
working-directory: test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install packages
run: |
sudo apt update
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run:
working-directory: test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install packages
run: |
sudo apt update
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
run:
working-directory: test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: make
run: |
make clean libtest.so testprog
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
shell: cmd
working-directory: test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- name: x64 without optimization
run: |
Expand Down

0 comments on commit 099fffc

Please sign in to comment.