Commit 4fa5a7d
authored
chore: pin actions (release-2.10) (#4000)
Actions need to be pinned on SHA version. Partially taken from
https://github.com/kumahq/kuma/blob/release-2.10/.github/workflows/lifecycle.yml
Seems like the versions of `acorn` were not synced between manifest and
lock-file:
```sh
...
npm error Invalid: lock file's acorn@8.14.0 does not satisfy acorn@8.15.0
...
```
so I bumped the version in the lock-file.
---------
Signed-off-by: schogges <moritz.fleck@konghq.com>1 parent 4b16eea commit 4fa5a7d
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments