Skip to content

Commit e1c15ab

Browse files
authored
Merge pull request #125 from bcgov/dependabot/github_actions/all-actions-1cc54e3a68
Bump actions/setup-python from 5 to 6 in the all-actions group
2 parents 761010b + ecd35f8 commit e1c15ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717
- name: Set up Python 3.9
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: 3.9
2121
- name: Install dependencies

0 commit comments

Comments
 (0)