File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : " Checkout Repository"
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
- name : " Dependency Review"
20
20
uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout code
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
23
23
- name : Set up Docker Buildx
24
24
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 13
13
contents : read
14
14
steps :
15
15
- name : Check out the repo
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
18
18
- name : Log in to Docker Hub
19
19
uses : docker/login-action@v3
Original file line number Diff line number Diff line change 16
16
USE_MKDOCS : ${{ secrets.USE_MKDOCS }}
17
17
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
with :
21
21
fetch-depth : 0
22
22
Original file line number Diff line number Diff line change 16
16
USE_MKDOCS : ${{ secrets.USE_MKDOCS }}
17
17
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
with :
21
21
fetch-depth : 0
22
22
Original file line number Diff line number Diff line change 15
15
matrix :
16
16
python-version : ["3.12"]
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
20
20
- name : Install uv
21
21
uses : astral-sh/setup-uv@v6
Original file line number Diff line number Diff line change 19
19
env :
20
20
SDKROOT : /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
24
24
- name : Install uv
25
25
uses : astral-sh/setup-uv@v6
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : Set up Python
17
17
uses : actions/setup-python@v5
18
18
with :
Original file line number Diff line number Diff line change 19
19
USE_MKDOCS : ${{ secrets.USE_MKDOCS }}
20
20
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
24
24
- name : Install uv
25
25
uses : astral-sh/setup-uv@v6
You can’t perform that action at this time.
0 commit comments