diff --git a/.github/workflows/docs-action.yml b/.github/workflows/docs-action.yml index 078cee6..afe150c 100644 --- a/.github/workflows/docs-action.yml +++ b/.github/workflows/docs-action.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python 3.12 For Nox - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: "3.12" diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 22a663e..b790640 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -21,7 +21,7 @@ jobs: fetch-tags: true - name: Set up Python 3.10 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: '3.10' @@ -77,7 +77,7 @@ jobs: fetch-tags: true - name: Set up Python 3.10 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: '3.10' @@ -149,7 +149,7 @@ jobs: fetch-tags: true - name: Set up Python 3.10 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: '3.10' diff --git a/data/versions.yaml b/data/versions.yaml index 87bfbe5..aeb8e99 100644 --- a/data/versions.yaml +++ b/data/versions.yaml @@ -54,7 +54,7 @@ actions/deploy-pages: 'd6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5' actions/download-artifact: 'fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8' # renovate: datasource=git-tags depName=https://github.com/actions/setup-python depType=action -actions/setup-python: 'f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0' +actions/setup-python: '0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0' # renovate: datasource=git-tags depName=https://github.com/actions/upload-artifact depType=action actions/upload-artifact: 'b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3'