Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 7, 2024
1 parent da91d99 commit 552771f
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 @@ -59,15 +59,15 @@ jobs:
echo "Computed version: \"${USES#*@}\""
echo "version=${USES#*@}" >> $GITHUB_OUTPUT
- name: Checkout Alchemist ${{ steps.alchemist.outputs.version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: '0'
path: 'alchemist'
ref: "${{ steps.alchemist.outputs.version }}"
repository: 'AlchemistSimulator/Alchemist'
submodules: 'recursive'
- name: Checkout publish-on-central
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: 'publish-on-central'
- name: Dry-deploy
Expand Down Expand Up @@ -108,15 +108,15 @@ jobs:
echo "Computed version: \"${USES#*@}\""
echo "version=${USES#*@}" >> $GITHUB_OUTPUT
- name: Checkout Template-for-Kotlin-Multiplatform-Projects ${{ steps.versiontrick.outputs.version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
with:
path: 'publish-on-central'
- name: Dry-deploy
Expand Down Expand Up @@ -157,15 +157,15 @@ jobs:
echo "Computed version: \"${USES#*@}\""
echo "version=${USES#*@}" >> $GITHUB_OUTPUT
- name: Checkout Template-for-Kotlin-Multiplatform-Projects ${{ steps.versiontrick.outputs.version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
with:
path: 'publish-on-central'
- name: Dry-deploy
Expand Down Expand Up @@ -221,15 +221,15 @@ jobs:
echo "Computed version: \"${USES#*@}\""
echo "version=${USES#*@}" >> $GITHUB_OUTPUT
- name: Checkout Template-for-Kotlin-Multiplatform-Projects ${{ steps.versiontrick.outputs.version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
with:
path: 'publish-on-central'
- name: Dry-deploy
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
group: release-${{ github.workflow }}-${{ github.event.number || github.ref }}
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Install Node
Expand Down

0 comments on commit 552771f

Please sign in to comment.