Skip to content

Commit 38b1258

Browse files
Merge pull request #5527 from mozilla/dependabot/github_actions/actions/setup-python-5.6.0
build(deps): bump actions/setup-python from 5.5.0 to 5.6.0
2 parents ad62083 + edc430e commit 38b1258

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@v5.5.0
22+
uses: actions/setup-python@v5.6.0
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@v5.5.0
19+
uses: actions/setup-python@v5.6.0
2020
with:
2121
python-version: '3.11'
2222
cache: 'pip'

0 commit comments

Comments
 (0)