Skip to content

Commit 342d009

Browse files
Update actions/checkout action to v6
1 parent 9fc2843 commit 342d009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: '3.11'
1616

1717
- name: Checkout Repo
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Install Poetry
2121
run: |
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout Repo
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838

3939
- name: Build Docker Test Image
4040
run: |
@@ -55,7 +55,7 @@ jobs:
5555
python-version: '3.11'
5656

5757
- name: Checkout Code
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v6
5959

6060
- name: Install Poetry
6161
run: |

0 commit comments

Comments
 (0)