diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 0a9f117..627ed6f 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -12,7 +12,7 @@ jobs: name: Node.js package audit steps: - name: Git checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - name: Setup Node.js diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b72f2fa..4a1d83c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -8,7 +8,7 @@ jobs: steps: # Checks-out the repository under $GITHUB_WORKSPACE. - name: Git checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0830cc4..0716ebb 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Git checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - name: Use Node.js ${{ matrix.node-version }}