Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 24, 2023
1 parent 7cdde17 commit b9fe680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
path: 'action'
- name: Trick Renovate
Expand All @@ -36,7 +36,7 @@ jobs:
echo "Computed version: \"${USES#*@}\""
echo "::set-output name=version::${USES#*@}"
- name: Checkout test repo
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
repository: DanySK/Template-for-Gradle-Plugins
path: 'target'
Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Semantic Release
Expand Down

0 comments on commit b9fe680

Please sign in to comment.