diff options
| author | Renovate Bot <[email protected]> | 2022-03-20 13:58:38 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-20 13:58:38 +0000 |
| commit | f400df4892adb69a451702defc253315d2e417d6 (patch) | |
| tree | 8b9409f8e313c6be57e3800992aa31ecd475b646 | |
| parent | Merge pull request #8 from senpy-club/renovate/prettier-2.x (diff) | |
| download | graphql-api-renovate/actions-checkout-3.x.tar.xz graphql-api-renovate/actions-checkout-3.x.zip | |
chore(deps): update actions/checkout action to v3renovate/actions-checkout-3.x
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bcf9bd3..4f6bb54 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest name: 🛠 Build & Deploy steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: 🍏 Use Node.js uses: actions/setup-node@v1 with: |