Skip to content

Commit c655913

Browse files
renovate[bot]fyhertz
authored andcommitted
chore(deps): update actions/checkout action to v4
1 parent d50ef8a commit c655913

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
poetry
2121
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
2626

@@ -92,7 +92,7 @@ jobs:
9292
needs: [test_and_build]
9393
steps:
9494
- name: Checkout
95-
uses: actions/checkout@v3
95+
uses: actions/checkout@v4
9696
with:
9797
fetch-depth: 0
9898

@@ -141,7 +141,7 @@ jobs:
141141
if: github.event.repository.fork == false && startsWith(github.ref, 'refs/tags')
142142
steps:
143143
- name: Checkout
144-
uses: actions/checkout@v3
144+
uses: actions/checkout@v4
145145

146146
- name: Download build artifact
147147
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)