Skip to content

Commit 75a37ec

Browse files
authored
upgrade checkout action to v4 in all workflows (#187)
1 parent 5b8bb25 commit 75a37ec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
checkdocs:
1515
runs-on: "ubuntu-latest"
1616
steps:
17-
- uses: actions/checkout@v3.4.0
17+
- uses: actions/checkout@v4
1818
- name: Set up Python
1919
uses: actions/setup-python@v4.5.0
2020
with:

.github/workflows/safety.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: "ubuntu-latest"
1616
environment: safety_check
1717
steps:
18-
- uses: actions/checkout@v3.4.0
18+
- uses: actions/checkout@v4
1919
- name: Security vulnerabilities scan
2020
uses: shaypal5/python-safety-checker@v1.0.6
2121
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
backend: ["local", "db"]
2828

2929
steps:
30-
- uses: actions/checkout@v3.4.0
30+
- uses: actions/checkout@v4
3131

3232
- name: Set up Python ${{ matrix.python-version }}
3333
uses: actions/setup-python@v4.5.0

0 commit comments

Comments
 (0)