Skip to content

Commit 2274fa2

Browse files
renovate[bot]clavedeluna
authored andcommitted
Update actions/checkout action to v6
1 parent 905518c commit 2274fa2

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/autoformat-pixeebot-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Set up Python
1919
uses: actions/setup-python@v6

.github/workflows/codemod_pygoat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
timeout-minutes: 10
2323
steps:
2424
- name: Check out codemodder
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
- name: Set Up Python
2727
uses: actions/setup-python@v6
2828
with:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Test Dependencies
3434
run: pip install ".[test]"
3535
- name: Check out Pygoat
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
repository: pixee/pygoat
3939
path: pygoat

.github/workflows/deploy_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
python-version: '3.14'
1818
- name: Check out code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Install build dependencies
2121
run: pip install build twine
2222
- name: Build package

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ['3.12', '3.13', '3.14']
2626
steps:
2727
- name: Check out code
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
- name: Set Up Python
3030
uses: actions/setup-python@v6
3131
with:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
timeout-minutes: 3
2323
steps:
2424
- name: Check out code
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
- name: Set Up Python
2727
uses: actions/setup-python@v6
2828
with:
@@ -41,6 +41,6 @@ jobs:
4141
pre-commit:
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
- uses: actions/setup-python@v6
4646
- uses: pre-commit/action@v3.0.1

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
auto-update:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-python@v6
1616
- uses: browniebroke/pre-commit-autoupdate-action@main
1717
- uses: peter-evans/create-pull-request@v7

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
timeout-minutes: 5
2727
steps:
2828
- name: Check out code
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
- name: Set Up Python
3131
uses: actions/setup-python@v6
3232
with:
@@ -45,7 +45,7 @@ jobs:
4545
timeout-minutes: 5
4646
steps:
4747
- name: Check out code
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
- name: Set Up Python
5050
uses: actions/setup-python@v6
5151
with:
@@ -65,7 +65,7 @@ jobs:
6565
python-version: ['3.12', '3.13', '3.14']
6666
steps:
6767
- name: Check out code
68-
uses: actions/checkout@v5
68+
uses: actions/checkout@v6
6969
- name: Set Up Python
7070
uses: actions/setup-python@v6
7171
with:

0 commit comments

Comments
 (0)