diff --git a/.github/workflows/gleam.yml b/.github/workflows/gleam.yml index 08bff3f..15a2637 100644 --- a/.github/workflows/gleam.yml +++ b/.github/workflows/gleam.yml @@ -20,7 +20,7 @@ jobs: gleam: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: npm install -g @devcontainers/cli name: Install devcontainer CLI