Skip to content

Commit

Permalink
Go to actions v4
Browse files Browse the repository at this point in the history
Required for container updates due to security update for git,
  • Loading branch information
dwalkes committed Feb 26, 2024
1 parent c93ab2a commit 70de1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
container: cuaesd/aesd-autotest:unit-test
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Checkout submodules
run : git submodule update --init --recursive
- name: Run unit test
Expand All @@ -19,7 +19,7 @@ jobs:
container: cuaesd/aesd-autotest:assignment3
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Checkout submodules
run : git submodule update --init --recursive
- name: Run full test
Expand Down

0 comments on commit 70de1b1

Please sign in to comment.