Skip to content

Commit c40f0ea

Browse files
Update actions/checkout action to v4
1 parent 9fb3fe0 commit c40f0ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tests-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ubuntu-latest, windows-latest]
1818
name: "Test: Python ${{ matrix.python-version }}, conda, ${{ matrix.os }}"
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: conda-incubator/setup-miniconda@v2
2222
with:
2323
auto-activate-base: false

.github/workflows/tests-pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ubuntu-latest, windows-latest]
1818
name: "Test: Python ${{ matrix.python-version }}, pip, ${{ matrix.os }}"
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Set up Python ${{ matrix.python-version }}
2222
uses: actions/setup-python@v4
2323
with:
@@ -38,7 +38,7 @@ jobs:
3838
python-version: [ 3.9, 3.11 ]
3939
name: "Version Check: Python ${{ matrix.python-version }}"
4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
- name: Set up Python ${{ matrix.python-version }}
4343
uses: actions/setup-python@v4
4444
with:

.github/workflows/traffic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Steps represent a sequence of tasks that will be executed as part of the job
1515
steps:
1616
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
ref: "traffic"
2020

0 commit comments

Comments
 (0)