Skip to content

Commit feb42b2

Browse files
chore(deps): update actions/checkout action to v4
1 parent 8576943 commit feb42b2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
INVOKE_LOCAL: "True"
1919
steps:
2020
- name: "Check out repository code"
21-
uses: "actions/checkout@v3"
21+
uses: "actions/checkout@v4"
2222
- name: "Setup environment"
2323
uses: "networktocode/gh-action-setup-poetry-environment@v4"
2424
- name: "Linting: black"
@@ -29,7 +29,7 @@ jobs:
2929
INVOKE_LOCAL: "True"
3030
steps:
3131
- name: "Check out repository code"
32-
uses: "actions/checkout@v3"
32+
uses: "actions/checkout@v4"
3333
- name: "Setup environment"
3434
uses: "networktocode/gh-action-setup-poetry-environment@v4"
3535
- name: "Linting: bandit"
@@ -42,7 +42,7 @@ jobs:
4242
INVOKE_LOCAL: "True"
4343
steps:
4444
- name: "Check out repository code"
45-
uses: "actions/checkout@v3"
45+
uses: "actions/checkout@v4"
4646
- name: "Setup environment"
4747
uses: "networktocode/gh-action-setup-poetry-environment@v4"
4848
- name: "Linting: pydocstyle"
@@ -55,7 +55,7 @@ jobs:
5555
INVOKE_LOCAL: "True"
5656
steps:
5757
- name: "Check out repository code"
58-
uses: "actions/checkout@v3"
58+
uses: "actions/checkout@v4"
5959
- name: "Setup environment"
6060
uses: "networktocode/gh-action-setup-poetry-environment@v4"
6161
- name: "Linting: flake8"
@@ -68,7 +68,7 @@ jobs:
6868
INVOKE_LOCAL: "True"
6969
steps:
7070
- name: "Check out repository code"
71-
uses: "actions/checkout@v3"
71+
uses: "actions/checkout@v4"
7272
- name: "Setup environment"
7373
uses: "networktocode/gh-action-setup-poetry-environment@v4"
7474
with:
@@ -83,7 +83,7 @@ jobs:
8383
INVOKE_LOCAL: "True"
8484
steps:
8585
- name: "Check out repository code"
86-
uses: "actions/checkout@v3"
86+
uses: "actions/checkout@v4"
8787
- name: "Setup environment"
8888
uses: "networktocode/gh-action-setup-poetry-environment@v4"
8989
- name: "Linting: yamllint"
@@ -96,7 +96,7 @@ jobs:
9696
INVOKE_LOCAL: "True"
9797
steps:
9898
- name: "Check out repository code"
99-
uses: "actions/checkout@v3"
99+
uses: "actions/checkout@v4"
100100
- name: "Setup environment"
101101
uses: "networktocode/gh-action-setup-poetry-environment@v4"
102102
with:
@@ -120,7 +120,7 @@ jobs:
120120
PYTHON_VER: "${{ matrix.python-version }}"
121121
steps:
122122
- name: "Check out repository code"
123-
uses: "actions/checkout@v3"
123+
uses: "actions/checkout@v4"
124124
- name: "Setup environment"
125125
uses: "networktocode/gh-action-setup-poetry-environment@v4"
126126
with:
@@ -138,7 +138,7 @@ jobs:
138138
if: "startsWith(github.ref, 'refs/tags/v')"
139139
steps:
140140
- name: "Check out repository code"
141-
uses: "actions/checkout@v3"
141+
uses: "actions/checkout@v4"
142142
- name: "Set up Python"
143143
uses: "actions/setup-python@v4"
144144
with:
@@ -167,7 +167,7 @@ jobs:
167167
if: "startsWith(github.ref, 'refs/tags/v')"
168168
steps:
169169
- name: "Check out repository code"
170-
uses: "actions/checkout@v3"
170+
uses: "actions/checkout@v4"
171171
- name: "Set up Python"
172172
uses: "actions/setup-python@v4"
173173
with:

0 commit comments

Comments
 (0)