diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d36a2f5cb2..72f2099784 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -144,7 +144,7 @@ jobs: container: image: ghcr.io/linux-nvme/debian:latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Mark repo as safe for git run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: build @@ -157,7 +157,7 @@ jobs: container: image: ghcr.io/linux-nvme/alpine:latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Mark repo as safe for git run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: build diff --git a/.github/workflows/libnvme-cleanup-python.yml b/.github/workflows/libnvme-cleanup-python.yml index 327d25e401..93e9d64819 100644 --- a/.github/workflows/libnvme-cleanup-python.yml +++ b/.github/workflows/libnvme-cleanup-python.yml @@ -19,7 +19,7 @@ jobs: environment: pypi steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Install pypi-cleanup run: pip install pypi-cleanup