Skip to content

Commit 6e07b40

Browse files
committed
👷 update actions/checkout to v4 (was v3)
1 parent 95be515 commit 6e07b40

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
language: [ 'python' ]
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
- name: Initialize CodeQL
2424
uses: github/codeql-action/init@v2
2525
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id-token: write
2020
contents: write
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Compare package version with ref/tag
2424
id: compare
2525
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
analyze:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Set up Python
2121
uses: actions/setup-python@v4
2222
with:
@@ -432,7 +432,7 @@ jobs:
432432
MYSQL_ALLOW_EMPTY_PASSWORD: yes
433433
options: "--name=mysqld"
434434
steps:
435-
- uses: actions/checkout@v3
435+
- uses: actions/checkout@v4
436436
- name: Set up Python ${{ matrix.py }}
437437
uses: actions/setup-python@v4
438438
with:

0 commit comments

Comments
 (0)