Skip to content

Commit

Permalink
update: actions/checkout: v3 > v4
Browse files Browse the repository at this point in the history
  • Loading branch information
codename-niels committed Oct 1, 2024
1 parent 8c75f34 commit 674a39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/registry-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: digitalocean/action-doctl@v2
with:
token: ${{ secrets.DIGITALOCEAN_API_TOKEN }}
Expand Down

0 comments on commit 674a39e

Please sign in to comment.