Skip to content

Commit

Permalink
updated checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanKa committed Jul 4, 2024
1 parent bd4424c commit 993a51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
{name: '13.3.rel1'}]
build: ['debug', 'release']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build ARM GCC Toolchain ${{ matrix.compiler.name }} Docker
run: docker build . --file ${{ matrix.compiler.name }}/Dockerfile -t gcc-arm-embedded:latest -t gcc-arm-embedded:${{ matrix.compiler.name }}

Expand Down

0 comments on commit 993a51c

Please sign in to comment.