Skip to content

Commit 22e3a9e

Browse files
committed
undo changes to .github/workflows/examples.yml
1 parent b54f55e commit 22e3a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: "github.repository == 'lowlighter/metrics'"
4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v3
4747
with:
4848
fetch-depth: 0
4949
- name: Checkout examples
@@ -1325,7 +1325,7 @@ jobs:
13251325
if: "github.repository == 'lowlighter/metrics'"
13261326
steps:
13271327
- name: Checkout repository
1328-
uses: actions/checkout@v4
1328+
uses: actions/checkout@v3
13291329
with:
13301330
fetch-depth: 0
13311331
- name: Checkout examples

0 commit comments

Comments
 (0)