Skip to content

Commit b792d7d

Browse files
committed
update workflow action versions
1 parent ca45852 commit b792d7d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@ jobs:
5050

5151
steps:
5252
- name: "Check out the repo"
53-
uses: "actions/checkout@v3"
53+
uses: "actions/checkout@v4"
54+
with:
55+
persist-credentials: false
5456

5557
- name: "Set up Python"
56-
uses: "actions/setup-python@v4"
58+
uses: "actions/setup-python@v5"
5759
with:
5860
python-version: "${{ matrix.python-version }}"
5961
allow-prereleases: true
@@ -85,10 +87,12 @@ jobs:
8587

8688
steps:
8789
- name: "Check out the repo"
88-
uses: "actions/checkout@v2"
90+
uses: "actions/checkout@v4"
91+
with:
92+
persist-credentials: false
8993

9094
- name: "Set up Python"
91-
uses: "actions/setup-python@v2"
95+
uses: "actions/setup-python@v5"
9296
with:
9397
python-version: "3.8"
9498

0 commit comments

Comments
 (0)