Skip to content

Commit

Permalink
Update to 'actions/checkout@v3' in remaning jobs
Browse files Browse the repository at this point in the history
See acb95e5: previously only the first job was updated instead of all.
  • Loading branch information
generalmimon committed Mar 23, 2022
1 parent acb95e5 commit 12f4cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: true
- name: Build all Docker images
Expand All @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
needs: base_container_build
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: true
- name: Download target language compilation results
Expand Down

0 comments on commit 12f4cff

Please sign in to comment.