Skip to content

Commit

Permalink
Upgrade checkout action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
istride committed Feb 7, 2024
1 parent 4199330 commit 3708f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
env:
IOGT_TEST_PARALLEL: "2"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make test

selenium-tests:
runs-on: ubuntu-latest
env:
IOGT_TEST_PARALLEL: "1"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make selenium-test

0 comments on commit 3708f01

Please sign in to comment.