Skip to content

Commit 08c665a

Browse files
authored
Bump actions/checkout to v4 (#368)
1 parent 2b47fd0 commit 08c665a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: macos-latest
1212
steps:
1313
- name: Git Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0 # required to be able to find Git tags
1717

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: macos-latest
2121
steps:
2222
- name: Git Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0 # required to be able to find Git tags
2626

@@ -102,7 +102,7 @@ jobs:
102102
# install: true
103103
steps:
104104
- name: Git Checkout
105-
uses: actions/checkout@v3
105+
uses: actions/checkout@v4
106106

107107
- name: Set up tea environment
108108
uses: teaxyz/setup@v1

0 commit comments

Comments
 (0)