diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 7f4ebc6..e34c2b8 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -12,6 +12,6 @@ jobs: contents: read steps: - name: "Checkout Repository" - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: "Dependency Review" uses: actions/dependency-review-action@v4 diff --git a/.github/workflows/verify-pr-commit.yml b/.github/workflows/verify-pr-commit.yml index 9908d06..8d9292a 100644 --- a/.github/workflows/verify-pr-commit.yml +++ b/.github/workflows/verify-pr-commit.yml @@ -12,7 +12,7 @@ jobs: name: Test the PR's commit message for compliance with Conventional Commits. runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: webiny/action-conventional-commits@v1.3.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/verify-reuse-compliance.yml b/.github/workflows/verify-reuse-compliance.yml index 3917b85..166892a 100644 --- a/.github/workflows/verify-reuse-compliance.yml +++ b/.github/workflows/verify-reuse-compliance.yml @@ -13,5 +13,5 @@ jobs: name: Test the commit for REUSE Compliance. runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: fsfe/reuse-action@v6