diff --git a/.github/workflows/[PRO][DEPENDENCY][REVIEW].yml b/.github/workflows/[PRO][DEPENDENCY][REVIEW].yml index aae042e8c..7610c9dee 100644 --- a/.github/workflows/[PRO][DEPENDENCY][REVIEW].yml +++ b/.github/workflows/[PRO][DEPENDENCY][REVIEW].yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: master diff --git a/.github/workflows/[PRO][PUBLISH].yml b/.github/workflows/[PRO][PUBLISH].yml index 623813418..8dda03a7b 100644 --- a/.github/workflows/[PRO][PUBLISH].yml +++ b/.github/workflows/[PRO][PUBLISH].yml @@ -12,7 +12,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: master