diff --git a/.github/workflows/storage-image-processing-api.yaml b/.github/workflows/storage-image-processing-api.yaml index 7df7dca1..a0eb1c18 100644 --- a/.github/workflows/storage-image-processing-api.yaml +++ b/.github/workflows/storage-image-processing-api.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v2-beta with: node-version: '14' diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 44cf6da4..dfd95971 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -7,7 +7,7 @@ jobs: linting: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v2-beta with: node-version: '14'