Skip to content

Commit

Permalink
chore(deps): update digitalocean/action-doctl action to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2023
1 parent a3e54c8 commit 770a90a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Install doctl 🌊
uses: digitalocean/action-doctl@v2.4.0
uses: digitalocean/action-doctl@v2.4.1
with:
token: ${{ secrets.DIGITALOCEAN_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
token: ${{ secrets.PAT }}

- name: Install doctl 🌊
uses: digitalocean/action-doctl@v2.4.0
uses: digitalocean/action-doctl@v2.4.1
with:
token: ${{ secrets.DIGITALOCEAN_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

- name: Install doctl 🌊
uses: digitalocean/action-doctl@v2.4.0
uses: digitalocean/action-doctl@v2.4.1
with:
token: ${{ secrets.DIGITALOCEAN_TOKEN }}

Expand Down

0 comments on commit 770a90a

Please sign in to comment.