Skip to content

Commit

Permalink
Bump checkout action to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed Oct 20, 2024
1 parent 5a51f3f commit 00a8fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
runs-on: ${{ matrix.env.os }}
steps:
- name: Checking out the code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'true'

Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
qtplatform: mac
steps:
- name: Checking out the code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'true'

Expand Down

0 comments on commit 00a8fab

Please sign in to comment.