Skip to content

Commit

Permalink
Bump actions/checkout to v4 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman authored Sep 24, 2023
1 parent 2b47fd0 commit 08c665a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # required to be able to find Git tags

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # required to be able to find Git tags

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
# install: true
steps:
- name: Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up tea environment
uses: teaxyz/setup@v1
Expand Down

0 comments on commit 08c665a

Please sign in to comment.