Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 1c1e833 commit 4995003
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 @@ -58,15 +58,15 @@ jobs:
echo "Computed version: \"${USES#*@}\""
echo "version=${USES#*@}" >> $GITHUB_OUTPUT
- name: Checkout Alchemist ${{ steps.alchemist.outputs.version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
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].3
uses: actions/[email protected].4
with:
path: 'publish-on-central'
- name: Dry-deploy
Expand Down Expand Up @@ -106,15 +106,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].3
uses: actions/[email protected].4
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].3
uses: actions/[email protected].4
with:
path: 'publish-on-central'
- name: Dry-deploy
Expand Down Expand Up @@ -154,15 +154,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].3
uses: actions/[email protected].4
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].3
uses: actions/[email protected].4
with:
path: 'publish-on-central'
- name: Dry-deploy
Expand Down Expand Up @@ -217,15 +217,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].3
uses: actions/[email protected].4
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].3
uses: actions/[email protected].4
with:
path: 'publish-on-central'
- name: Dry-deploy
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
group: release-${{ github.workflow }}-${{ github.event.number || github.ref }}
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- uses: DanySK/[email protected]
Expand Down

0 comments on commit 4995003

Please sign in to comment.