Skip to content

Commit a3d332a

Browse files
chore(deps): update actions/checkout action to v6
1 parent e519c28 commit a3d332a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
status: ['']
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v6
2121
- name: Format Python Version
2222
id: format_python_version
2323
shell: bash
@@ -56,7 +56,7 @@ jobs:
5656
needs: pytest
5757
runs-on: ubuntu-22.04
5858
steps:
59-
- uses: actions/checkout@v3
59+
- uses: actions/checkout@v6
6060
- run: make ci_up
6161
env:
6262
PYTHON_VERSION: 3.12
@@ -73,7 +73,7 @@ jobs:
7373
quality:
7474
runs-on: ubuntu-22.04
7575
steps:
76-
- uses: actions/checkout@v3
76+
- uses: actions/checkout@v6
7777
- run: make ci_up
7878
env:
7979
PYTHON_VERSION: 3.12
@@ -85,7 +85,7 @@ jobs:
8585
matrix:
8686
python-version: ['3.12']
8787
steps:
88-
- uses: actions/checkout@v3
88+
- uses: actions/checkout@v6
8989
- run: make ci_up
9090
env:
9191
PYTHON_VERSION: ${{ matrix.python-version }}

.github/workflows/migrations-check-mysql8.yml

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

1919
steps:
2020
- name: Checkout repo
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v6
2222

2323
- name: Setup Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v2

.github/workflows/requirements-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: setup target branch
2424
run: echo "target_branch=$(if ['${{ github.event.inputs.branch }}' = '']; then echo 'master'; else echo '${{ github.event.inputs.branch }}'; fi)" >> $GITHUB_ENV
2525

26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v6
2727
with:
2828
ref: ${{ env.target_branch }}
2929

0 commit comments

Comments
 (0)