summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 269381a..b9f0ed9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
- {VERSION: "3.10", TOXENV: "py310"}
name: "Python ${{ matrix.PYTHON.VERSION }} on macOS"
steps:
- - uses: actions/checkout@v3.4.0
+ - uses: actions/checkout@v3.5.0
- name: Setup python
id: setup-python
uses: actions/setup-python@v4.5.0
@@ -53,7 +53,7 @@ jobs:
- {VERSION: "3.10", TOXENV: "py310"}
name: "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.WINDOWS.WINDOWS }}"
steps:
- - uses: actions/checkout@v3.4.0
+ - uses: actions/checkout@v3.5.0
- name: Setup python
id: setup-python
uses: actions/setup-python@v4.5.0
@@ -100,7 +100,7 @@ jobs:
- {VERSION: "3.10", TOXENV: "py310", RUST_VERSION: "nightly"}
name: "${{ matrix.PYTHON.TOXENV }} on linux, Rust ${{ matrix.PYTHON.RUST_VERSION || 'stable' }}"
steps:
- - uses: actions/checkout@v3.4.0
+ - uses: actions/checkout@v3.5.0
- name: Setup python
id: setup-python
uses: actions/setup-python@v4.5.0
@@ -137,7 +137,7 @@ jobs:
- {IMAGE: "alpine", TOXENV: "py310"}
name: "${{ matrix.IMAGE.TOXENV }} on ${{ matrix.IMAGE.IMAGE }}"
steps:
- - uses: actions/checkout@v3.4.0
+ - uses: actions/checkout@v3.5.0
with:
persist-credentials: false
- uses: actions/cache@v3.3.1