Skip to content

Commit

Permalink
Merge pull request #32 from ninerealmlabs/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
ahgraber authored Oct 24, 2023
2 parents 38a2db0 + fc8fb55 commit 6b250b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: echo "Exposing env vars to downstream jobs πŸ“¬"

- name: Checkout Repo πŸ›’
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get MLFlow version 🏷
id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2-build-test-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
ls -la ./
- name: Checkout Repo πŸ›’
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Login to GitHub Container Registry βœ…
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout Repo πŸ›’
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set Up Python 🐍
uses: actions/setup-python@v4
Expand Down

0 comments on commit 6b250b7

Please sign in to comment.