diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b81f6b9..540fef7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: fetch-depth: 0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40a6000..5f65361 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.13 + rev: v0.15.16 hooks: - id: ruff-check args: [ --fix ] diff --git a/changes/331.misc.rst b/changes/331.misc.rst new file mode 100644 index 0000000..be7cba6 --- /dev/null +++ b/changes/331.misc.rst @@ -0,0 +1 @@ +Updated actions/checkout from 6.0.2 to 6.0.3 in the dependencies group.