We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a9ae8 commit 807b343Copy full SHA for 807b343
2 files changed
.github/workflows/release.yml
@@ -31,7 +31,9 @@ jobs:
31
test-before-release:
32
runs-on: ubuntu-latest
33
steps:
34
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
35
+ with:
36
+ submodules: true
37
38
- name: Install bats-core
39
run: sudo apt-get update -qq && sudo apt-get install -y -qq bats shellcheck
@@ -44,7 +46,7 @@ jobs:
44
46
45
47
48
- name: Checkout source
- uses: actions/checkout@v4
49
+ uses: actions/checkout@v6
50
with:
51
# Tag push: GITHUB_REF points at the tag commit.
52
# Manual dispatch: use the supplied source_ref.
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
os: [ubuntu-latest, macos-latest]
14
runs-on: ${{ matrix.os }}
15
16
17
18
submodules: true
19
0 commit comments