Skip to content

Commit

Permalink
[MISC] Update actions/checkout action to v4 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent 7062391 commit 9eb6480
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- id: checkout
name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: setup-python
name: Setup Python
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- checks
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: setup-python
name: Setup Python
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- id: checkout
name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.BRANCH }}
fetch-depth: 0
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
steps:
- id: checkout
name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.BRANCH }}
fetch-depth: 0
Expand Down

0 comments on commit 9eb6480

Please sign in to comment.