diff --git a/.github/workflows/command-dispatch.yml b/.github/workflows/command-dispatch.yml index 21bb002..c821e55 100644 --- a/.github/workflows/command-dispatch.yml +++ b/.github/workflows/command-dispatch.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v6.0.2 - name: Profanity check step if: ${{env.checkProfanity}} == true uses: tailaiw/mind-your-language-action@v1.0.3 diff --git a/.github/workflows/commands-rebase.yml b/.github/workflows/commands-rebase.yml index cb2b9d4..5606ebb 100644 --- a/.github/workflows/commands-rebase.yml +++ b/.github/workflows/commands-rebase.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout pull request - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v6.0.2 with: token: ${{ secrets.BOT_TOKEN }} repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }} diff --git a/.github/workflows/commands-revert.yml b/.github/workflows/commands-revert.yml index 3afc65f..116d09b 100644 --- a/.github/workflows/commands-revert.yml +++ b/.github/workflows/commands-revert.yml @@ -9,7 +9,7 @@ jobs: if: contains(github.event.comment.body, '/revert') steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v6.0.2 - name: Automatic Revert uses: srt32/revert@v0.0.1 env: diff --git a/.github/workflows/issues-Label.yml b/.github/workflows/issues-Label.yml index 6d9d74f..f79e8b2 100644 --- a/.github/workflows/issues-Label.yml +++ b/.github/workflows/issues-Label.yml @@ -17,7 +17,7 @@ jobs: mode: 'environment' token: ${{ secrets.BOT_TOKEN }} - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v6.0.2 # super Labeler - name: Super Labeller uses: Videndum/super-labeler-action@1.0.1 diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 2d4f44c..6bbda4b 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -52,7 +52,7 @@ jobs: settings: ${{ secrets.SETTINGS }} mode: 'environment' token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v6.0.2 # super Labeler - name: Super Labeller uses: Videndum/super-labeler-action@1.0.1 @@ -95,7 +95,7 @@ jobs: settings: ${{ secrets.SETTINGS }} mode: 'environment' token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v6.0.2 - name: Warn potential conflicts uses: wktk/conflibot@v1 if: ${{env.conflict_pull}} == true diff --git a/.github/workflows/release-misc.yml b/.github/workflows/release-misc.yml index 3c7d7c8..21ec3a2 100644 --- a/.github/workflows/release-misc.yml +++ b/.github/workflows/release-misc.yml @@ -17,7 +17,7 @@ jobs: mode: 'environment' token: ${{ secrets.GITHUB_TOKEN }} - name: actions/checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v6.0.2 # Inclusive Org - run: if [ ${{env.inclusive_org}} === 'owner' ]; then echo "inclusiveorg=${{github.repository_owner}}" >> $GITHUB_ENV ; else echo "inclusiveorg=${{env.inclusive_org}}" >> $GITHUB_ENV ; fi