diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e40d6a000..75aea8782 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -23,7 +23,7 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install 🔧 run: npm install @@ -67,7 +67,7 @@ jobs: steps: # Get the repo to the github agent - name: Checkout 🛎️ - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Add keys to the SSH agent - uses: webfactory/ssh-agent@v0.5.4