We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53faa33 commit 3bb9e7aCopy full SHA for 3bb9e7a
.github/workflows/ci.yml
@@ -5,9 +5,9 @@ jobs:
5
runs-on: ubuntu-latest
6
name: Build and test
7
steps:
8
- - uses: actions/checkout@v1
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0
9
10
- - uses: actions/cache@v2
+ - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 #v3.3.2
11
with:
12
path: '/home/runner/work/codemirror/codemirror5/node_modules'
13
key: ${{ runner.os }}-modules
0 commit comments