diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1ba8f8..26907c6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: "recursive" fetch-depth: 1 @@ -62,7 +62,7 @@ jobs: os: [ubuntu-22.04, ubuntu-22.04-arm] steps: - name: checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: "recursive" fetch-depth: 1 @@ -1312,7 +1312,7 @@ jobs: } steps: - name: checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: "recursive" fetch-depth: 1 @@ -1518,7 +1518,7 @@ jobs: image_name: ["linux-arm64", "web-wasm", "web-wasi", "web-wasi-threads"] steps: - name: checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: "recursive" fetch-depth: 1 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 25d62c9..638aa10 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -18,7 +18,7 @@ jobs: name: Shellcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run ShellCheck uses: ludeeus/action-shellcheck@master with: