diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4041023..c9ef5b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: fetch-depth: 0 diff --git a/src/.pre-commit-config.yaml.jinja b/src/.pre-commit-config.yaml.jinja index 12dd0b6..976673f 100644 --- a/src/.pre-commit-config.yaml.jinja +++ b/src/.pre-commit-config.yaml.jinja @@ -24,13 +24,13 @@ repos: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.0.287" + rev: "v0.0.289" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] - repo: https://github.com/psf/black - rev: "23.7.0" + rev: "23.9.1" hooks: - id: black diff --git a/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/test.yml.jinja b/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/test.yml.jinja index 179a628..92d528e 100644 --- a/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/test.yml.jinja +++ b/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/test.yml.jinja @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.0.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.7.0 @@ -93,7 +93,7 @@ jobs: FORCE_COLOR: "1" steps: - name: Checkout code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.0.0 - name: Set up Python uses: actions/setup-python@v4.7.0