Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Apr 12, 2023
1 parent c7e887b commit 60c3389
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: 'action'
- name: Trick Renovate
Expand All @@ -35,7 +35,7 @@ jobs:
echo "Computed version: \"${USES#*@}\""
echo "::set-output name=version::${USES#*@}"
- name: Checkout test repo
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
repository: DanySK/Template-for-Gradle-Plugins
path: 'target'
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Semantic Release
Expand Down

0 comments on commit 60c3389

Please sign in to comment.