Skip to content

Commit af852d3

Browse files
committed
Update tests
1 parent d595913 commit af852d3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check_urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
if: github.repository_owner == 'hwdsl2'
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
2222
- name: Check

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
if: github.repository_owner == 'hwdsl2'
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
2222
- name: Check

.github/workflows/test_set_1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
OS_VERSION: ${{ matrix.os_version }}
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
with:
2727
persist-credentials: false
2828
- name: Build

.github/workflows/test_set_2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
if: github.repository_owner == 'hwdsl2'
1818
strategy:
1919
matrix:
20-
os_version: ["ubuntu:24.04", "ubuntu:22.04", "debian:13", "debian:12", "debian:11", "alpine:3.22", "alpine:3.21"]
20+
os_version: ["ubuntu:24.04", "ubuntu:22.04", "debian:13", "debian:12", "debian:11", "alpine:3.23", "alpine:3.22"]
2121
fail-fast: false
2222
container:
2323
image: ${{ matrix.os_version }}
2424
options: --cap-add=NET_ADMIN --device=/dev/ppp
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
with:
2828
persist-credentials: false
2929
- name: Test

0 commit comments

Comments
 (0)