Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 0cf309f commit fc8fb55
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 fc8fb55

Please sign in to comment.