Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Mar 24, 2023
1 parent c8f5f36 commit 43bb2d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ jobs:
echo "Computed version: \"${USES#*@}\""
echo "version=${USES#*@}" >> $GITHUB_OUTPUT
- name: Checkout Alchemist ${{ steps.alchemist.outputs.version }}
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
fetch-depth: '0'
path: 'alchemist'
ref: "${{ steps.alchemist.outputs.version }}"
repository: 'AlchemistSimulator/Alchemist'
submodules: 'recursive'
- name: Checkout publish-on-central
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
path: 'publish-on-central'
- name: Dry-deploy
Expand Down Expand Up @@ -105,15 +105,15 @@ jobs:
echo "Computed version: \"${USES#*@}\""
echo "version=${USES#*@}" >> $GITHUB_OUTPUT
- name: Checkout Template-for-Kotlin-Multiplatform-Projects ${{ steps.versiontrick.outputs.version }}
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
fetch-depth: '0'
path: 'kt-mp'
ref: "${{ steps.versiontrick.outputs.version }}"
repository: 'DanySK/Template-for-Kotlin-Multiplatform-Projects'
submodules: 'recursive'
- name: Checkout publish-on-central
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
path: 'publish-on-central'
- name: Dry-deploy
Expand Down Expand Up @@ -153,15 +153,15 @@ jobs:
echo "Computed version: \"${USES#*@}\""
echo "version=${USES#*@}" >> $GITHUB_OUTPUT
- name: Checkout Template-for-Kotlin-Multiplatform-Projects ${{ steps.versiontrick.outputs.version }}
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
fetch-depth: '0'
path: 'kt-mp-multi-stage'
ref: "${{ steps.versiontrick.outputs.version }}"
repository: 'DanySK/Template-for-Kotlin-Multiplatform-Projects'
submodules: 'recursive'
- name: Checkout publish-on-central
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
path: 'publish-on-central'
- name: Dry-deploy
Expand Down Expand Up @@ -216,15 +216,15 @@ jobs:
echo "Computed version: \"${USES#*@}\""
echo "version=${USES#*@}" >> $GITHUB_OUTPUT
- name: Checkout Template-for-Kotlin-Multiplatform-Projects ${{ steps.versiontrick.outputs.version }}
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
fetch-depth: '0'
path: 'kt-mp-drop-task'
ref: "${{ steps.versiontrick.outputs.version }}"
repository: 'DanySK/Template-for-Kotlin-Multiplatform-Projects'
submodules: 'recursive'
- name: Checkout publish-on-central
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
path: 'publish-on-central'
- name: Dry-deploy
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
group: release-${{ github.workflow }}-${{ github.event.number || github.ref }}
steps:
- name: Checkout
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- uses: DanySK/[email protected]
Expand Down

0 comments on commit 43bb2d8

Please sign in to comment.