Skip to content

Commit ce976b1

Browse files
committed
Update GH action versions
1 parent 20fc505 commit ce976b1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/experimental_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Steps represent a sequence of tasks that will be executed as part of the job
3333
steps:
3434
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v4.1.1
3636

3737
# experiment: maybe don't need this?
3838
# update: looks like we do: with this commented out, the build hung
@@ -43,7 +43,7 @@ jobs:
4343
platform: x64
4444

4545
- name: Set up Python 3.11 ${{ matrix.os }}
46-
uses: actions/setup-python@v2
46+
uses: actions/setup-python@v5.0.0
4747
with:
4848
python-version: '3.11'
4949

.github/workflows/framework_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929

3030
steps:
3131
# Checkouut repository under $GITHUB_WORKSPACE
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v4.1.1
3333

3434
- name: Set up Python 3.11 ${{ matrix.os }}
35-
uses: actions/setup-python@v2
35+
uses: actions/setup-python@v5.0.0
3636
with:
3737
python-version: '3.11'
3838

.github/workflows/runtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
# Steps represent a sequence of tasks that will be executed as part of the job
2929
steps:
3030
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v4.1.1
3232

3333
- name: Set up Python 3.10 ${{ matrix.os }}
34-
uses: actions/setup-python@v2
34+
uses: actions/setup-python@v5.0.0
3535
with:
3636
python-version: '3.10'
3737

0 commit comments

Comments
 (0)