Skip to content

Commit

Permalink
Merge pull request #5 from kairos-io/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
mauromorales committed Jan 3, 2024
2 parents acf9074 + a5fe89b commit 2567e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
git fetch --prune --unshallow
- name: Install deps 🔧
Expand Down

0 comments on commit 2567e9c

Please sign in to comment.