Skip to content

Commit fd5fff3

Browse files
chore(ci): bump actions/setup-python from 5 to 6 (#773)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb60f7e commit fd5fff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/native-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
timeout-minutes: 5
9797
steps:
9898
- uses: actions/checkout@v6
99-
- uses: actions/setup-python@v5
99+
- uses: actions/setup-python@v6
100100
with:
101101
python-version: '3.12'
102102
- name: Web <-> native settings catalog parity

0 commit comments

Comments
 (0)