diff --git a/.github/workflows/devcontainer-build.yml b/.github/workflows/devcontainer-build.yml index fb8b6a7..9d379e3 100644 --- a/.github/workflows/devcontainer-build.yml +++ b/.github/workflows/devcontainer-build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout (GitHub) - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Read version from file and set as env var id: set_version