diff --git a/.github/workflows/production-deployment.yml b/.github/workflows/production-deployment.yml index 3425add8..fec39b61 100644 --- a/.github/workflows/production-deployment.yml +++ b/.github/workflows/production-deployment.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.2 + - uses: actions/checkout@v3.1.0 - name: Setup Node.js environment uses: actions/setup-node@v2-beta with: diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 651b4258..4fde39ee 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.2 + - uses: actions/checkout@v3.1.0 with: ref: ${{ github.ref }} - name: Setup Node.js environment @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.2 + - uses: actions/checkout@v3.1.0 - name: Setup Node.js environment uses: actions/setup-node@v2-beta with: diff --git a/.github/workflows/staging-deployment.yml b/.github/workflows/staging-deployment.yml index 5fb816c3..72e4292e 100644 --- a/.github/workflows/staging-deployment.yml +++ b/.github/workflows/staging-deployment.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.2 + - uses: actions/checkout@v3.1.0 - name: Setup Node.js environment uses: actions/setup-node@v2-beta with: