We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e8c43 commit 1bc5d12Copy full SHA for 1bc5d12
.github/workflows/installer.yaml
@@ -41,7 +41,7 @@ jobs:
41
alpine:
42
name: Test installer on Alpine
43
runs-on: ubuntu-latest
44
- container: "alpine:3.16"
+ container: "alpine:3.17"
45
steps:
46
- name: Checkout repo
47
uses: actions/checkout@v3
.github/workflows/scripts.yaml
@@ -38,7 +38,7 @@ jobs:
38
name: Run script unit tests
39
40
# This runs on Alpine to make sure we're testing with actual sh.
0 commit comments