diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 3db6feb..a748824 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -10,7 +10,7 @@ jobs: commitlint: runs-on: 'ubuntu-latest' steps: - - uses: 'actions/checkout@v3.0.1' + - uses: 'actions/checkout@v3.1.0' with: fetch-depth: 0 diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7bca2c8..7203a30 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: 'Checkout Project' - uses: 'actions/checkout@v3.0.1' + uses: 'actions/checkout@v3.1.0' with: fetch-depth: 0