Skip to content

Commit 90ce96f

Browse files
authored
Merge pull request #70 from LibreSign/dependabot/github_actions/actions/setup-python-6
chore(deps): Bump actions/setup-python from 5 to 6
2 parents fd92fe0 + f082cf7 commit 90ce96f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: 3.11
2020
cache: 'pip'

0 commit comments

Comments
 (0)