diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e56869f..14ba6a0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -38,7 +38,7 @@ jobs: args: "" runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Get release info for tag id: release @@ -113,7 +113,7 @@ jobs: env: VERSION: ${{ needs.get-version.outputs.version }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Replace version in tags id: tags run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe045cd..70b9746 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: matrix: node-version: [20.x] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true - name: Use Node.js ${{ matrix.node-version }} @@ -45,7 +45,7 @@ jobs: actionlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Download actionlint id: get_actionlint run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) @@ -63,7 +63,7 @@ jobs: matrix: node-version: [20.x] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true - name: Use Node.js ${{ matrix.node-version }} @@ -102,7 +102,7 @@ jobs: # if: runner.os == 'Windows' # - run: vcpkg install openssl:x64-windows-static-md # if: runner.os == 'Windows' - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true @@ -150,7 +150,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Docker Builder uses: useblacksmith/setup-docker-builder@v1 - name: Log in to GHCR diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7904aca..4ebefa9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: env: TAG: ghcr.io/${{ github.repository_owner }}/basalt-web:main steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Docker Builder uses: useblacksmith/setup-docker-builder@v1 - name: Log in to GHCR diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 57e11d9..73dfd36 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -5,7 +5,7 @@ jobs: spellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: rojopolis/spellcheck-github-actions@0.54.0 with: source_files: README.md