Skip to content

Commit c6c7fd9

Browse files
chore(deps): update actions/checkout action to v3
1 parent 35d3331 commit c6c7fd9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313

1414
- name: Set up Python
1515
uses: actions/setup-python@v4

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python: [3.7, 3.8, 3.9, "3.10"]
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: Setup Python
1717
uses: actions/setup-python@v4
1818
with:

0 commit comments

Comments
 (0)