diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index bb3e6f0..d741f2f 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 # [!] we need to checkout with tags and commit history - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: "x64" # optional x64 or x86. Defaults to x64 if not specified diff --git a/.github/workflows/prep-release.yml b/.github/workflows/prep-release.yml index 95d284f..01b0b15 100644 --- a/.github/workflows/prep-release.yml +++ b/.github/workflows/prep-release.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 # [!] we need to checkout with tags and commit history - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: "x64" # optional x64 or x86. Defaults to x64 if not specified diff --git a/.github/workflows/update-stylelint-rules.yml b/.github/workflows/update-stylelint-rules.yml index d8098a5..a5481ef 100644 --- a/.github/workflows/update-stylelint-rules.yml +++ b/.github/workflows/update-stylelint-rules.yml @@ -15,7 +15,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v5 - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.13' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified