diff --git a/.github/workflows/[PRO][DEPENDENCY][REVIEW].yml b/.github/workflows/[PRO][DEPENDENCY][REVIEW].yml index aae042e8c..a601c381e 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@v6 with: ref: master diff --git a/.github/workflows/[PRO][PUBLISH].yml b/.github/workflows/[PRO][PUBLISH].yml index 623813418..8917e85a6 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@v6 with: ref: master