diff --git a/.github/workflows/production-deployment.yml b/.github/workflows/production-deployment.yml index 3425add..ce4d171 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@v4.1.1 - 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 651b425..ce52b95 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@v4.1.1 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@v4.1.1 - 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 5fb816c..1b83a65 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@v4.1.1 - name: Setup Node.js environment uses: actions/setup-node@v2-beta with: