Skip to content

Commit 9207330

Browse files
Update build.yml Fix Checkout @v4 - @v5 (#1928)
* Update build.yml Fix Checkout @v4 - @v5 Fix Checkout @v4 - @v5 - name: Checkout uses: actions/[email protected] * Update build.yml Fix Checkout @v4 - @v5 Update build.yml Fix Checkout @v4 - @v5 - name: Checkout uses: actions/[email protected]
1 parent 55f1f4c commit 9207330

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- run: echo "This job was triggered by a ${{ github.event_name }} event."
1414
- name: Checkout Repo
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: install dependencies
1717
run: |
1818
sudo apt-get -y update && sudo apt-get install -y cppcheck && \
@@ -23,7 +23,7 @@ jobs:
2323
os: [ubuntu-latest, ubuntu-22.04, ubuntu-22.04-arm]
2424
runs-on: ${{ matrix.os }}
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- name: install dependencies
2828
run: |
2929
sudo apt-get -y update && sudo apt-get install -y build-essential
@@ -38,7 +38,7 @@ jobs:
3838
os: [macos-15, macos-14]
3939
runs-on: ${{ matrix.os }}
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
- name: install dependencies
4343
run: |
4444
brew install coreutils
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- run: echo "Running address sanitzer"
5454
- name: Checkout Repo
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656
- name: install dependencies
5757
run: |
5858
sudo apt-get -y update && sudo apt-get install -y build-essential

0 commit comments

Comments
 (0)