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 951d074 commit 99c9b60Copy full SHA for 99c9b60
.github/workflows/badges.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-20.04
13
steps:
14
- name: Checkout 🛎
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
16
17
- name: Update version badges 🏷
18
run: npx -p dependency-version-badge update-badge json-server cypress
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
6
7
8
9
10
- name: Run tests 🧪
11
# https://github.com/cypress-io/github-action
0 commit comments