Skip to content

Commit

Permalink
Merge pull request #1 from red-data-tools/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
kou authored Sep 11, 2023
2 parents 76098cc + 57069e5 commit 76ecfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# - windows-latest
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare the Apache Arrow APT repository
if: |
runner.os == 'Linux'
Expand Down

0 comments on commit 76ecfe6

Please sign in to comment.