Skip to content

Commit c5f666a

Browse files
committed
chore: Update outdated GitHub Actions versions
1 parent 4622c78 commit c5f666a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/lint_pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
has_python_changes: ${{ steps.changed-files.outputs.has_python_changes }}
88
files: ${{ steps.changed-files.outputs.files }}
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0 # To get all history for git diff commands
1313

@@ -71,15 +71,15 @@ jobs:
7171
exit 0
7272
fi
7373
74-
- uses: actions/checkout@v3
74+
- uses: actions/checkout@v6
7575
with:
7676
fetch-depth: 0
7777

78-
- uses: actions/setup-python@v4
78+
- uses: actions/setup-python@v6
7979
with:
8080
python-version: 3.12
8181

82-
- uses: actions/cache@v3
82+
- uses: actions/cache@v5
8383
with:
8484
path: ~/.cache/pip
8585
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
@@ -273,7 +273,7 @@ jobs:
273273
if: ${{ always() }}
274274
runs-on: ubuntu-24.04
275275
steps:
276-
- uses: actions/checkout@v3
276+
- uses: actions/checkout@v6
277277

278278
- name: Summarize results
279279
run: |

.github/workflows/lint_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
lint_python:
55
runs-on: ubuntu-24.04
66
steps:
7-
- uses: actions/checkout@v3
8-
- uses: actions/setup-python@v4
7+
- uses: actions/checkout@v6
8+
- uses: actions/setup-python@v6
99
with:
1010
python-version: 3.12
1111
- name: Install dependencies

0 commit comments

Comments
 (0)