diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14b9c99..44795fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: python-version: ["3.12", "3.13"] steps: - name: Checkout dikw-plugins - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: dikw-plugins diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 96d17ed..24724fa 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: security-events: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11b2d7f..b42cf65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: echo "Releasing $PACKAGE v$VERSION" - name: Checkout dikw-plugins - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: dikw-plugins