diff --git a/.github/workflows/docs-action.yml b/.github/workflows/docs-action.yml index af7ac7b..078cee6 100644 --- a/.github/workflows/docs-action.yml +++ b/.github/workflows/docs-action.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python 3.12 For Nox uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 diff --git a/.github/workflows/get-changed-files.yml b/.github/workflows/get-changed-files.yml index 65a84b5..c1c7b4b 100644 --- a/.github/workflows/get-changed-files.yml +++ b/.github/workflows/get-changed-files.yml @@ -17,7 +17,7 @@ jobs: changed-files: ${{ toJSON(steps.changed-files.outputs) }} steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Get Changed Files id: changed-files diff --git a/.github/workflows/pre-commit-action.yml b/.github/workflows/pre-commit-action.yml index b076374..0a1f95f 100644 --- a/.github/workflows/pre-commit-action.yml +++ b/.github/workflows/pre-commit-action.yml @@ -23,7 +23,7 @@ jobs: apt-get install -y enchant-2 git gcc make zlib1g-dev libc-dev libffi-dev g++ libxml2 libxml2-dev libxslt-dev libcurl4-openssl-dev libssl-dev libgnutls28-dev git config --global --add safe.directory "$(pwd)" - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install Pre-Commit run: | diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 1253480..22a663e 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -14,7 +14,7 @@ jobs: max-parallel: 5 steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # We need the full history for update tests fetch-depth: 0 @@ -70,7 +70,7 @@ jobs: max-parallel: 5 steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # We need the full history for update tests fetch-depth: 0 @@ -142,7 +142,7 @@ jobs: max-parallel: 5 steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # We need the full history for update tests fetch-depth: 0 diff --git a/data/versions.yaml b/data/versions.yaml index 864eec6..2d44efd 100644 --- a/data/versions.yaml +++ b/data/versions.yaml @@ -45,7 +45,7 @@ uv: '0.4.25' ########################################################### # renovate: datasource=git-tags depName=https://github.com/actions/checkout depType=action -actions/checkout: 'eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1' +actions/checkout: '11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2' # renovate: datasource=git-tags depName=https://github.com/actions/deploy-pages depType=action actions/deploy-pages: 'd6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5'