Skip to content

Commit 7933855

Browse files
committed
👷 Upgrade GitHub actions
1 parent 1c33feb commit 7933855

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525

2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@v1
27+
uses: github/codeql-action/init@v2
2828
with:
2929
languages: ${{ matrix.language }}
3030

3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@v1
32+
uses: github/codeql-action/analyze@v2

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,13 +528,13 @@ jobs:
528528
options: "--name=mysqld"
529529

530530
steps:
531-
- uses: actions/checkout@v2
531+
- uses: actions/checkout@v3
532532
- name: Set up Python ${{ matrix.py }}
533-
uses: actions/setup-python@v2
533+
uses: actions/setup-python@v4
534534
with:
535535
python-version: ${{ matrix.py }}
536536

537-
- uses: actions/cache@v2
537+
- uses: actions/cache@v3
538538
with:
539539
path: ~/.cache/pip
540540
key: ${{ runner.os }}-pip-1

0 commit comments

Comments
 (0)