diff --git a/.github/workflows/continous-delivery.yml b/.github/workflows/continous-delivery.yml index 0cf5f18..ff6d999 100644 --- a/.github/workflows/continous-delivery.yml +++ b/.github/workflows/continous-delivery.yml @@ -25,7 +25,7 @@ jobs: if: github.repository_owner == 'rakkunvt' steps: - name: Checkout Project - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0 repository: ${{ github.event.inputs.repository || 'rakkunvt/shiro' }} diff --git a/.github/workflows/continous-integration.yml b/.github/workflows/continous-integration.yml index 3a8cd39..57ca2cd 100644 --- a/.github/workflows/continous-integration.yml +++ b/.github/workflows/continous-integration.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/eslint.json" - uses: pnpm/action-setup@v2 @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - uses: pnpm/action-setup@v2 diff --git a/.github/workflows/deprecate-on-merge.yml b/.github/workflows/deprecate-on-merge.yml index 250dae3..d3fc9ba 100644 --- a/.github/workflows/deprecate-on-merge.yml +++ b/.github/workflows/deprecate-on-merge.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v3 + uses: actions/checkout@v6 - uses: pnpm/action-setup@v2 with: version: 8 diff --git a/.github/workflows/labelsync.yml b/.github/workflows/labelsync.yml index e0eb10d..0cbe257 100644 --- a/.github/workflows/labelsync.yml +++ b/.github/workflows/labelsync.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: repository: 'sapphiredev/readme' - name: Run Label Sync