diff --git a/.github/workflows/pr-to-dev.yml b/.github/workflows/pr-to-dev.yml index 5767ac0c..ef4a0c56 100644 --- a/.github/workflows/pr-to-dev.yml +++ b/.github/workflows/pr-to-dev.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Node uses: actions/setup-node@v2 diff --git a/.github/workflows/pr-to-main.yml b/.github/workflows/pr-to-main.yml index 7110809b..c76f4655 100644 --- a/.github/workflows/pr-to-main.yml +++ b/.github/workflows/pr-to-main.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Node uses: actions/setup-node@v2