diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e9b79a..0bac312 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 - name: Install run: npm install working-directory: docs diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 091c48e..e299a0e 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 - name: Set up Node.js uses: actions/setup-node@v2.1.1 with: