Skip to content

Commit

Permalink
Merge pull request #46 from grygorek/ramp-github-workflows-to-v4-x
Browse files Browse the repository at this point in the history
  • Loading branch information
grygorek committed Mar 14, 2024
2 parents 58b66b7 + 09f0fae commit a4cbc1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm_gcc10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install ARM none GCC 10.2.1
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/riscv_gcc10._yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install RISC-V none GCC 10.1.0
shell: bash
Expand Down

0 comments on commit a4cbc1e

Please sign in to comment.