Skip to content

Commit

Permalink
Merge pull request #441 from apache/action-checkout-v4
Browse files Browse the repository at this point in the history
use action/checkout@v4
  • Loading branch information
AlexanderSaydakov authored Oct 15, 2024
2 parents 34ee832 + fbbf528 commit 31b5a84
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install doxygen
run: sudo apt install doxygen -y
- name: Run Doxygen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/serde_compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout Java
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: apache/datasketches-java
path: java
Expand Down

0 comments on commit 31b5a84

Please sign in to comment.