diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index f04fa7b..9f1c2cf 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Use Node.js 22.x @@ -45,7 +45,7 @@ jobs: steps: - name: Git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Use Node.js ${{ matrix.node-version }} @@ -83,7 +83,7 @@ jobs: steps: - name: Git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Use Node.js 22.x @@ -114,7 +114,7 @@ jobs: steps: - name: Git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Use Node.js 22.x diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 02eb819..a23ed50 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -28,7 +28,7 @@ jobs: steps: - name: Git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Use Node.js ${{ matrix.node-version }} @@ -59,7 +59,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false @@ -170,7 +170,7 @@ jobs: id-token: write # scoped for as short as possible, as this gives write access to npm steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false