Skip to content

Commit 0332801

Browse files
committed
Update actions in CI to silence warnings in workflow logs
1 parent 4ffc06c commit 0332801

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- os: macos-latest
2222
platform: x32
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525

2626
- name: Setup Conda
2727
uses: s-weigand/setup-conda@v1

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- os: macos-latest
2222
platform: x32
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525

2626
- name: Setup Conda
2727
uses: s-weigand/setup-conda@v1

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ["3.9"]
1414
steps:
1515

16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
- name: Set up Python ${{ matrix.python-version }}
1919
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)