diff --git a/.github/workflows/auto-merge-dependabot.yml b/.github/workflows/auto-merge-dependabot.yml index 734a75a..8c150e3 100644 --- a/.github/workflows/auto-merge-dependabot.yml +++ b/.github/workflows/auto-merge-dependabot.yml @@ -15,7 +15,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v6.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/dependancy-review.yml b/.github/workflows/dependancy-review.yml index 75f8117..95b3ff1 100644 --- a/.github/workflows/dependancy-review.yml +++ b/.github/workflows/dependancy-review.yml @@ -16,7 +16,7 @@ jobs: egress-policy: audit - name: 'Checkout Repository' - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ff99951..e376f8a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -22,7 +22,7 @@ jobs: egress-policy: audit - name: Checkout Code - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0