diff --git a/.github/workflows/mainnet.yml b/.github/workflows/mainnet.yml index b99f3c8..d5993b7 100644 --- a/.github/workflows/mainnet.yml +++ b/.github/workflows/mainnet.yml @@ -28,7 +28,7 @@ jobs: node: [16] steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.2.0 with: # fetch full history so things like auto-changelog work properly fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fab5b9f..394fc33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: node: [14] steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.2.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3.3.0 with: diff --git a/.github/workflows/updateRCs.yml b/.github/workflows/updateRCs.yml index 1d86e46..dad5f2d 100644 --- a/.github/workflows/updateRCs.yml +++ b/.github/workflows/updateRCs.yml @@ -20,7 +20,7 @@ jobs: node: [16] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.2.0 with: # fetch full history so things like auto-changelog work properly fetch-depth: 0