Skip to content

Commit e1b3c0e

Browse files
authored
Merge pull request #20 from linuxserver/dependabot/github_actions/actions/setup-python-6.1.0
2 parents 58cfbf2 + e01949b commit e1b3c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
docs
2020
scripts
2121
- name: Setup python
22-
uses: actions/setup-python@v5.6.0
22+
uses: actions/setup-python@v6.1.0
2323
with:
2424
python-version: 3.x
2525
- name: Get pip cache directory
@@ -69,7 +69,7 @@ jobs:
6969
docs
7070
scripts
7171
- name: Setup python
72-
uses: actions/setup-python@v5.6.0
72+
uses: actions/setup-python@v6.1.0
7373
with:
7474
python-version: 3.x
7575
- name: Get pip cache directory

0 commit comments

Comments
 (0)