We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d6759 commit fcb041dCopy full SHA for fcb041d
2 files changed
.github/workflows/emoji-data-updater.yml
@@ -39,7 +39,7 @@ jobs:
39
run: pipx install poetry
40
41
- name: Setup python
42
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
43
with:
44
python-version-file: 'scripts/emoji_generator/pyproject.toml'
45
cache: 'poetry'
.github/workflows/emoji-generator-ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v5
28
29
- name: Set up Python ${{ matrix.python-version }}
30
31
32
python-version: ${{ matrix.python-version }}
33
0 commit comments