WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7632dd3

Browse files
Merge pull request #5908 from mozilla/dependabot/github_actions/actions/setup-python-6
build(deps): bump actions/setup-python from 5 to 6
2 parents 679c7c6 + 62364a2 commit 7632dd3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependabot-glean-parser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2121
- name: Set up Python 3
22-
uses: actions/setup-python@v6.0.0
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.11'
2525
cache: 'pip'

.github/workflows/lint-pending-strings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
submodules: 'recursive'
1818
- name: Set up Python 3
19-
uses: actions/setup-python@v6.0.0
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.11'
2222
cache: 'pip'

.github/workflows/publish-api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: '3.11'
2727

0 commit comments

Comments
 (0)