Skip to content

Commit

Permalink
actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Oct 19, 2024
1 parent bb0b6cd commit 0af53d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
HUMCTL_VERSION: '*'
steps:
- name: checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: install humctl
uses: humanitec/setup-cli-action@v1
with:
Expand All @@ -32,7 +32,7 @@ jobs:
SCORE_COMPOSE_VERSION: 'latest'
steps:
- name: checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: install score-compose
uses: score-spec/setup-score@v3
with:
Expand All @@ -49,7 +49,7 @@ jobs:
SCORE_K8S_VERSION: 'latest'
steps:
- name: checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: install score-k8s
uses: score-spec/setup-score@v3
with:
Expand Down

0 comments on commit 0af53d8

Please sign in to comment.