Skip to content

Commit

Permalink
Recommend CLI v2 in GitHub actions templates as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sweoggy committed Jun 19, 2024
1 parent 8bba216 commit a3a53b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/templates/GitHub/debricked-non-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: debricked/actions/cache@v3
- uses: debricked/actions/scan-non-docker@v3
- uses: debricked/actions/cache@v4
- uses: debricked/actions/scan-non-docker@v4
env:
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}
2 changes: 1 addition & 1 deletion examples/templates/GitHub/debricked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: debricked/actions@v3
- uses: debricked/actions@v4
env:
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}

0 comments on commit a3a53b5

Please sign in to comment.