Bump eslint-import-resolver-typescript from 3.3.0 to 3.4.0 (#498)
[poolifier.git] / .github / workflows / generate-typedoc.yml
index 5fa4498c4e1fc4421afb7e14c949b07bfd6764c7..7e7af20e2cf6f03c72791cb0f9ef9be8fe065229 100644 (file)
@@ -9,13 +9,13 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
           fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
 
       - name: Set node version to 16
-        uses: actions/setup-node@v2
+        uses: actions/setup-node@v3
         with:
           node-version: '16.x'