diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3d7ce4f..e12df5b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: # Setup repository # ------------------------------------------------------------ - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/repository.yml b/.github/workflows/repository.yml index fa2ae5e..ca21e7d 100644 --- a/.github/workflows/repository.yml +++ b/.github/workflows/repository.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Sync labels uses: micnncim/action-label-syncer@v1