Skip to content

Commit

Permalink
update github action versions (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesnicholson authored Apr 29, 2024
1 parent 38ebfd7 commit df85600
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sanitizer: [ "memory", "address", "safe-stack", "undefined" ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: CC=clang CXX=clang++ COBS_SANITIZER=${{ matrix.sanitizer }} make -j

Expand All @@ -43,7 +43,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: arm-none-eabi-gcc -mcpu=cortex-m4 -Os -Werror -Wall -Wextra -Wconversion -c cobs.c

Expand All @@ -68,15 +68,15 @@ jobs:
architecture: [32, 64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: ${{ matrix.compiler.env }} COBS_LINUXARCH=${{ matrix.architecture }} make -j

macos:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: make -j

Expand All @@ -89,7 +89,7 @@ jobs:
architecture: [32, 64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
shell: cmd
run: |
Expand Down

0 comments on commit df85600

Please sign in to comment.