diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 1bea90a6..8b32d13d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -11,7 +11,7 @@ jobs: node-version: [12.x] steps: - name: 'Checkout repository' - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: 'Use Node.js v${{ matrix.node-version }}' uses: actions/setup-node@v3 with: diff --git a/.github/workflows/merge-dependencies.yml b/.github/workflows/merge-dependencies.yml index e97194a8..6ab2fa04 100644 --- a/.github/workflows/merge-dependencies.yml +++ b/.github/workflows/merge-dependencies.yml @@ -14,7 +14,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: 'Checkout repository' - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 - name: 'Automerge dependency updates from Dependabot' uses: ahmadnassri/action-dependabot-auto-merge@v2.6 # Guarantee that commit comes from Dependabot (don't blindly trust external GitHub Actions)