Skip to content

Commit fcb041d

Browse files
chore(deps): update actions/setup-python action to v6 (#412)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 76d6759 commit fcb041d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/emoji-data-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: pipx install poetry
4040

4141
- name: Setup python
42-
uses: actions/setup-python@v5
42+
uses: actions/setup-python@v6
4343
with:
4444
python-version-file: 'scripts/emoji_generator/pyproject.toml'
4545
cache: 'poetry'

.github/workflows/emoji-generator-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v5
2828

2929
- name: Set up Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@v5
30+
uses: actions/setup-python@v6
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

0 commit comments

Comments
 (0)