Skip to content

Commit

Permalink
[GHA] Upgrade to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyash-b committed Jul 6, 2024
1 parent 58b84ff commit c333949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- compiler: gcc
version: 14
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Compiler
run: |
sudo apt-get update
Expand Down

0 comments on commit c333949

Please sign in to comment.