Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
•
3a1fd74
1
Parent(s):
f178813
Bump actions/checkout from 2 to 4
Browse filesBumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
- .github/workflows/CI.yml +4 -4
- .github/workflows/CI_Windows.yml +1 -1
- .github/workflows/CI_docker.yml +1 -1
- .github/workflows/CI_docker_large_nightly.yml +1 -1
- .github/workflows/CI_large_nightly.yml +1 -1
- .github/workflows/CI_mac.yml +1 -1
- .github/workflows/codeql-analysis.yml +1 -1
- .github/workflows/docker_deploy.yml +1 -1
- .github/workflows/docs.yml +1 -1
- .github/workflows/pypi_deploy.yml +1 -1
- .github/workflows/update_backend.yml +1 -1
.github/workflows/CI.yml
CHANGED
@@ -40,7 +40,7 @@ jobs:
|
|
40 |
test-id: include
|
41 |
|
42 |
steps:
|
43 |
-
- uses: actions/checkout@
|
44 |
- name: "Set up Julia"
|
45 |
uses: julia-actions/setup-julia@v1
|
46 |
with:
|
@@ -91,7 +91,7 @@ jobs:
|
|
91 |
incremental_install:
|
92 |
runs-on: ubuntu-latest
|
93 |
steps:
|
94 |
-
- uses: actions/checkout@
|
95 |
- name: "Build incremental install"
|
96 |
run: docker build -t pysr -f pysr/test/incremental_install_simulator.dockerfile .
|
97 |
- name: "Test incremental install"
|
@@ -108,7 +108,7 @@ jobs:
|
|
108 |
os: ['ubuntu-latest']
|
109 |
|
110 |
steps:
|
111 |
-
- uses: actions/checkout@
|
112 |
- name: "Cache conda"
|
113 |
uses: actions/cache@v2
|
114 |
env:
|
@@ -168,7 +168,7 @@ jobs:
|
|
168 |
os: ['ubuntu-latest']
|
169 |
|
170 |
steps:
|
171 |
-
- uses: actions/checkout@
|
172 |
- name: "Set up Python"
|
173 |
uses: actions/setup-python@v5
|
174 |
with:
|
|
|
40 |
test-id: include
|
41 |
|
42 |
steps:
|
43 |
+
- uses: actions/checkout@v4
|
44 |
- name: "Set up Julia"
|
45 |
uses: julia-actions/setup-julia@v1
|
46 |
with:
|
|
|
91 |
incremental_install:
|
92 |
runs-on: ubuntu-latest
|
93 |
steps:
|
94 |
+
- uses: actions/checkout@v4
|
95 |
- name: "Build incremental install"
|
96 |
run: docker build -t pysr -f pysr/test/incremental_install_simulator.dockerfile .
|
97 |
- name: "Test incremental install"
|
|
|
108 |
os: ['ubuntu-latest']
|
109 |
|
110 |
steps:
|
111 |
+
- uses: actions/checkout@v4
|
112 |
- name: "Cache conda"
|
113 |
uses: actions/cache@v2
|
114 |
env:
|
|
|
168 |
os: ['ubuntu-latest']
|
169 |
|
170 |
steps:
|
171 |
+
- uses: actions/checkout@v4
|
172 |
- name: "Set up Python"
|
173 |
uses: actions/setup-python@v5
|
174 |
with:
|
.github/workflows/CI_Windows.yml
CHANGED
@@ -34,7 +34,7 @@ jobs:
|
|
34 |
os: [windows-latest]
|
35 |
|
36 |
steps:
|
37 |
-
- uses: actions/checkout@
|
38 |
- name: "Set up Julia"
|
39 |
uses: julia-actions/setup-julia@v1
|
40 |
with:
|
|
|
34 |
os: [windows-latest]
|
35 |
|
36 |
steps:
|
37 |
+
- uses: actions/checkout@v4
|
38 |
- name: "Set up Julia"
|
39 |
uses: julia-actions/setup-julia@v1
|
40 |
with:
|
.github/workflows/CI_docker.yml
CHANGED
@@ -33,7 +33,7 @@ jobs:
|
|
33 |
arch: ['linux/amd64']
|
34 |
|
35 |
steps:
|
36 |
-
- uses: actions/checkout@
|
37 |
- name: Build docker
|
38 |
run: docker build --platform=${{ matrix.arch }} -t pysr .
|
39 |
- name: Test docker
|
|
|
33 |
arch: ['linux/amd64']
|
34 |
|
35 |
steps:
|
36 |
+
- uses: actions/checkout@v4
|
37 |
- name: Build docker
|
38 |
run: docker build --platform=${{ matrix.arch }} -t pysr .
|
39 |
- name: Test docker
|
.github/workflows/CI_docker_large_nightly.yml
CHANGED
@@ -25,7 +25,7 @@ jobs:
|
|
25 |
|
26 |
|
27 |
steps:
|
28 |
-
- uses: actions/checkout@
|
29 |
- name: Set up QEMU
|
30 |
uses: docker/setup-qemu-action@v2
|
31 |
with:
|
|
|
25 |
|
26 |
|
27 |
steps:
|
28 |
+
- uses: actions/checkout@v4
|
29 |
- name: Set up QEMU
|
30 |
uses: docker/setup-qemu-action@v2
|
31 |
with:
|
.github/workflows/CI_large_nightly.yml
CHANGED
@@ -28,7 +28,7 @@ jobs:
|
|
28 |
os: [ubuntu-latest, macos-latest, windows-latest]
|
29 |
|
30 |
steps:
|
31 |
-
- uses: actions/checkout@
|
32 |
- name: "Set up Julia"
|
33 |
uses: julia-actions/setup-julia@v1
|
34 |
with:
|
|
|
28 |
os: [ubuntu-latest, macos-latest, windows-latest]
|
29 |
|
30 |
steps:
|
31 |
+
- uses: actions/checkout@v4
|
32 |
- name: "Set up Julia"
|
33 |
uses: julia-actions/setup-julia@v1
|
34 |
with:
|
.github/workflows/CI_mac.yml
CHANGED
@@ -34,7 +34,7 @@ jobs:
|
|
34 |
os: [macos-latest]
|
35 |
|
36 |
steps:
|
37 |
-
- uses: actions/checkout@
|
38 |
- name: "Set up Julia"
|
39 |
uses: julia-actions/setup-julia@v1
|
40 |
with:
|
|
|
34 |
os: [macos-latest]
|
35 |
|
36 |
steps:
|
37 |
+
- uses: actions/checkout@v4
|
38 |
- name: "Set up Julia"
|
39 |
uses: julia-actions/setup-julia@v1
|
40 |
with:
|
.github/workflows/codeql-analysis.yml
CHANGED
@@ -27,7 +27,7 @@ jobs:
|
|
27 |
|
28 |
steps:
|
29 |
- name: Checkout repository
|
30 |
-
uses: actions/checkout@
|
31 |
|
32 |
# Initializes the CodeQL tools for scanning.
|
33 |
- name: Initialize CodeQL
|
|
|
27 |
|
28 |
steps:
|
29 |
- name: Checkout repository
|
30 |
+
uses: actions/checkout@v4
|
31 |
|
32 |
# Initializes the CodeQL tools for scanning.
|
33 |
- name: Initialize CodeQL
|
.github/workflows/docker_deploy.yml
CHANGED
@@ -22,7 +22,7 @@ jobs:
|
|
22 |
julia-version: [1.9.4]
|
23 |
steps:
|
24 |
- name: Checkout
|
25 |
-
uses: actions/checkout@
|
26 |
- name: Login to Docker Hub
|
27 |
uses: docker/login-action@v2
|
28 |
if: github.event_name != 'pull_request'
|
|
|
22 |
julia-version: [1.9.4]
|
23 |
steps:
|
24 |
- name: Checkout
|
25 |
+
uses: actions/checkout@v4
|
26 |
- name: Login to Docker Hub
|
27 |
uses: docker/login-action@v2
|
28 |
if: github.event_name != 'pull_request'
|
.github/workflows/docs.yml
CHANGED
@@ -20,7 +20,7 @@ jobs:
|
|
20 |
shell: bash
|
21 |
|
22 |
steps:
|
23 |
-
- uses: actions/checkout@
|
24 |
- name: "Set up Python"
|
25 |
uses: actions/setup-python@v5
|
26 |
with:
|
|
|
20 |
shell: bash
|
21 |
|
22 |
steps:
|
23 |
+
- uses: actions/checkout@v4
|
24 |
- name: "Set up Python"
|
25 |
uses: actions/setup-python@v5
|
26 |
with:
|
.github/workflows/pypi_deploy.yml
CHANGED
@@ -15,7 +15,7 @@ jobs:
|
|
15 |
id-token: write
|
16 |
steps:
|
17 |
- name: "Checkout"
|
18 |
-
uses: actions/checkout@
|
19 |
- name: "Set up Python"
|
20 |
uses: actions/setup-python@v5
|
21 |
with:
|
|
|
15 |
id-token: write
|
16 |
steps:
|
17 |
- name: "Checkout"
|
18 |
+
uses: actions/checkout@v4
|
19 |
- name: "Set up Python"
|
20 |
uses: actions/setup-python@v5
|
21 |
with:
|
.github/workflows/update_backend.yml
CHANGED
@@ -7,7 +7,7 @@ jobs:
|
|
7 |
update_compat:
|
8 |
runs-on: ubuntu-latest
|
9 |
steps:
|
10 |
-
- uses: actions/checkout@
|
11 |
- uses: actions/setup-python@v5
|
12 |
with:
|
13 |
python-version: 3.9
|
|
|
7 |
update_compat:
|
8 |
runs-on: ubuntu-latest
|
9 |
steps:
|
10 |
+
- uses: actions/checkout@v4
|
11 |
- uses: actions/setup-python@v5
|
12 |
with:
|
13 |
python-version: 3.9
|