We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e1d60a + d2964ab commit 40cbf8fCopy full SHA for 40cbf8f
.github/workflows/build.yml
@@ -13,10 +13,11 @@ jobs:
13
# This workflow contains a single job called "build"
14
build:
15
# The type of runner that the job will run on
16
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
17
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
steps:
20
- - uses: actions/checkout@v2
21
- - name: Checkout submodules
22
- uses: textbook/git-checkout-submodule-action@master
+ - name: Checkout repository and submodules
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ with:
23
+ submodules: recursive
0 commit comments