Skip to content

Commit 9cd5044

Browse files
authored
Merge pull request #516 from chekos/dependabot/github_actions/actions/checkout-6
⬆️ bump actions/checkout from 5 to 6
2 parents 8d52d1c + 36ef407 commit 9cd5044

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- id: checkout
1717
name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- id: check-ruff
2121
name: Check with Ruff
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- id: checkout
3939
name: Checkout
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141

4242
- id: install-uv
4343
name: Install uv
@@ -67,7 +67,7 @@ jobs:
6767
python: ['3.10', '3.11', '3.12', '3.13']
6868
steps:
6969
- name: Checkout
70-
uses: actions/checkout@v5
70+
uses: actions/checkout@v6
7171

7272
- id: install-uv
7373
name: Install uv
@@ -97,7 +97,7 @@ jobs:
9797
needs: [test-python]
9898
steps:
9999
- name: Checkout
100-
uses: actions/checkout@v5
100+
uses: actions/checkout@v6
101101

102102
- id: install-uv
103103
name: Install uv

0 commit comments

Comments
 (0)