Skip to content

Commit 1c7b92c

Browse files
Update actions/setup-python action to v6
1 parent 0082e6a commit 1c7b92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@v5.0.0
41-
- uses: actions/setup-python@v5.6.0
41+
- uses: actions/setup-python@v6.2.0
4242
with:
4343
python-version: '3.12'
4444
- name: "Run mobsfscan"

0 commit comments

Comments
 (0)