diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d2f5cfb..a65ae01 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v2.3.0 + uses: actions/checkout@v3.3.0 - name: Set up Node.js uses: actions/setup-node@v1 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 80d1192..eca65c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-node@v1.4.2 - name: Checkout Repo - uses: actions/checkout@v2.3.0 + uses: actions/checkout@v3.3.0 with: # Make sure the actual branch is checked out when running on pull requests ref: ${{ github.head_ref }}