diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f669bcc..32ea433 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-20.04 if: github.actor != 'dependabot[bot]' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44887cc..0e42d90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set Node.js 16.x uses: actions/setup-node@v2.5.0 with: