Skip to content

Commit

Permalink
Merge pull request #409 from blue-yonder/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
xhochy authored Jan 11, 2024
2 parents fe6329d + dfae92a commit 3ed70bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Python 3.9
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
experimental: true
upload: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download earthly 0.5.0
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.5.0/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
- name: Run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
PYARROW_VERSION: "14.0.1"
steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Fetch full git history
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
odbcconf /a {CONFIGDSN "ODBC Driver 17 for SQL Server" "DSN=MSSQL|Server=(localdb)\MSSQLLocalDB|Database=test_db|Trusted_Connection=Yes"}
if %errorlevel% neq 0 exit /b %errorlevel%
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Fetch full git history
Expand Down

0 comments on commit 3ed70bc

Please sign in to comment.