diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 7f1ed52..5136235 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - name: Use Node.js 14.x @@ -47,7 +47,7 @@ jobs: node-version: [14.x, 16.x, 18.x, 20.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - name: Use Node.js ${{ matrix.node-version }} @@ -89,7 +89,7 @@ jobs: - validate-dependencies steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 persist-credentials: false @@ -157,7 +157,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - name: Use Node.js 14.x @@ -186,7 +186,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - name: Use Node.js 14.x diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 113b017..b5e4d64 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -16,7 +16,7 @@ jobs: node-version: [14.x, 16.x, 18.x, 20.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - name: Use Node.js ${{ matrix.node-version }} @@ -43,7 +43,7 @@ jobs: - test steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 persist-credentials: false