Skip to content

Commit e9e7abc

Browse files
⬆️ Bump actions/checkout from 2 to 4
Bumps [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](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52e09cc commit e9e7abc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
image: ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-06-py311
1111
options: --gpus all
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
ref: ${{ github.event.pull_request.head.sha }}
1616
- name: Check nvidia drivers

.github/workflows/execution.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: ["3.11"]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
- uses: conda-incubator/setup-miniconda@v2
1919
with:
2020
auto-update-conda: true
@@ -57,7 +57,7 @@ jobs:
5757
python-version: ["3.11"]
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v2
60+
uses: actions/checkout@v4
6161
- uses: conda-incubator/setup-miniconda@v2
6262
with:
6363
auto-update-conda: true
@@ -89,7 +89,7 @@ jobs:
8989
# python-version: ["3.11"]
9090
# steps:
9191
# - name: Checkout
92-
# uses: actions/checkout@v2
92+
# uses: actions/checkout@v4
9393
# - uses: conda-incubator/setup-miniconda@v2
9494
# with:
9595
# auto-update-conda: true

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: ["3.11"]
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020
- name: Setup Anaconda
2121
uses: conda-incubator/setup-miniconda@v2
2222
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
options: --gpus all
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Install Git (required to commit notebooks)
1717
shell: bash -l {0}
1818
run: apt-get install -y git

0 commit comments

Comments
 (0)