Skip to content

Commit

Permalink
Update ci actions and cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Oct 24, 2023
1 parent dd4f502 commit 5e08181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
container:
image: ghcr.io/city-of-helsinki/drupal-php-docker:${{ matrix.php-versions }}-alpine
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- uses: dev-drprasad/delete-older-releases@v0.2.1
- uses: dev-drprasad/delete-older-releases@v0.3.2
with:
keep_latest: 20
env:
Expand Down

0 comments on commit 5e08181

Please sign in to comment.