Skip to content

Commit

Permalink
⬆️ Mise à jour de github action slug pour utiliser la version 2.0 fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
patou authored Apr 27, 2020
1 parent 3bbd86a commit 089e390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Suppression d'une branche
runs-on: ubuntu-latest
steps:
- uses: rlespinasse/github-slug-action@master
- uses: rlespinasse/github-slug-action@v2.x
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
with:
version: "277.0.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
checkInterval: 13
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- uses: rlespinasse/github-slug-action@master
- uses: rlespinasse/github-slug-action@v2.x
- uses: mshick/add-pr-comment@v1
if: steps.waitforstatuschecks.outputs.status == 'success'
with:
Expand Down

0 comments on commit 089e390

Please sign in to comment.