Skip to content

Commit c6b8ea5

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update actions/checkout to v3 🌟
1 parent b810a23 commit c6b8ea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-20.04
2222
steps:
2323
- name: Checkout 🛎
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525

2626
- name: Update version badges 🏷
2727
run: npx -p dependency-version-badge update-badge cypress

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-20.04
66
steps:
77
- name: Checkout 🛎
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v3
99

1010
# https://github.com/cypress-io/github-action
1111
- name: Run tests 🧪

0 commit comments

Comments
 (0)