-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/checkout action to v4.1.1 (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
65fa10d
commit 98e9612
Showing
11 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
fetch-depth: 0 | ||
- name: Check libs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
name: Build Charmcraft Cache | ||
runs-on: ${{ inputs.runs-on }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: canonical/[email protected] | ||
- name: Generate charmcraft cache key | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
outputs: | ||
images: ${{ env.DOCKER_IMAGES }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Get dockerfiles | ||
working-directory: ${{ inputs.working-directory }} | ||
run: > | ||
|
@@ -59,7 +59,7 @@ jobs: | |
matrix: | ||
image: ${{ fromJSON(needs.get-images.outputs.images) }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Log in to the Container registry | ||
uses: docker/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
echo "Invalid value for cache-action. It must be 'save' or 'restore'" | ||
exit 1 | ||
fi | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Generate rock paths and images | ||
id: gen-rock-paths-and-images | ||
uses: actions/[email protected] | ||
|
@@ -85,7 +85,7 @@ jobs: | |
matrix: | ||
path: ${{ fromJSON(needs.get-rocks.outputs.rock-paths) }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Extract rock information | ||
run: | | ||
IMAGE_NAME=$(yq '.name' "${{ matrix.path }}/rockcraft.yaml") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
if: github.event.workflow_run.event == 'pull_request' | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Download test report artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
channel: ${{ env.BUILD_ON_CHANNEL }} | ||
runs-on: ${{ env.BUILD_ON }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Get build-on value | ||
working-directory: ${{ inputs.working-directory }} | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -226,7 +226,7 @@ jobs: | |
outputs: | ||
charm-file: ${{ env.CHARM_FILE }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: canonical/[email protected] | ||
- name: Extract charm name | ||
working-directory: ${{ inputs.working-directory }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -188,7 +188,7 @@ jobs: | |
runs-on: ${{ inputs.runs-on }} | ||
if: ${{ !failure() }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Remove Android SDK | ||
run: sudo rm -rf /usr/local/lib/android | ||
- name: Setup Devstack Swift | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
needs: get-runner-image | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- run: | | ||
set -e | ||
origin_track=$(echo ${{ inputs.origin-channel }} | cut -d "/" -f 1) | ||
|
@@ -44,7 +44,7 @@ jobs: | |
runs-on: ${{ needs.get-runner-image.outputs.runs-on }} | ||
needs: [validate-channels, get-runner-image] | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Release charm to channel | ||
uses: canonical/charming-actions/[email protected] | ||
with: | ||
|
@@ -59,7 +59,7 @@ jobs: | |
name: Draft publish docs | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Search for docs folder | ||
id: docs-exist | ||
run: echo "docs_exist=$([[ -d docs ]] && echo 'True' || echo 'False')" >> $GITHUB_OUTPUT | ||
|
@@ -77,7 +77,7 @@ jobs: | |
name: Publish docs | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Search for docs folder | ||
id: docs-exist | ||
run: echo "docs_exist=$([[ -d docs ]] && echo 'True' || echo 'False')" >> $GITHUB_OUTPUT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
needs: [ branch-up-to-date-check-enabled ] | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Search for docs folder | ||
id: docs-exist | ||
run: echo "docs_exist=$([[ -d docs ]] && echo 'True' || echo 'False')" >> $GITHUB_OUTPUT | ||
|
@@ -65,7 +65,7 @@ jobs: | |
needs: [ branch-up-to-date-check-enabled ] | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- if: inputs.working-directory != './' | ||
name: Change directory | ||
run: | | ||
|
@@ -120,7 +120,7 @@ jobs: | |
outputs: | ||
images: ${{ env.IMAGES }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Get images | ||
working-directory: ${{ inputs.working-directory }} | ||
run: | | ||
|
@@ -137,7 +137,7 @@ jobs: | |
needs: [ get-images, get-run-id, get-runner-image] | ||
if: ${{ needs.get-images.outputs.images != '[]' }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- if: inputs.working-directory != './' | ||
name: Change directory | ||
run: | | ||
|
@@ -199,7 +199,7 @@ jobs: | |
needs: [get-run-id, get-runner-image, publish-images] | ||
if: ${{ !failure() }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- if: inputs.working-directory != './' | ||
name: Change directory | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,12 +39,12 @@ jobs: | |
run: | ||
working-directory: ${{ inputs.working-directory }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
repository: canonical/Inclusive-naming | ||
path: ${{ inputs.working-directory }} | ||
- run: mv * /tmp | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Merge configuration files | ||
run: | | ||
# Combine all entries and replace matching elements by | ||
|
@@ -88,7 +88,7 @@ jobs: | |
run: | ||
working-directory: ${{ inputs.working-directory }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Gather files to scan | ||
shell: bash | ||
id: gather | ||
|
@@ -157,7 +157,7 @@ jobs: | |
run: | ||
working-directory: ${{ inputs.working-directory }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Check for Dockerfiles | ||
id: dockerfiles | ||
run: echo -n "found=$(find . -name "*Dockerfile" -printf "${{ inputs.working-directory }}%p ")" >> $GITHUB_OUTPUT | ||
|
@@ -179,7 +179,7 @@ jobs: | |
run: | ||
working-directory: ${{ inputs.working-directory }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Check file existence | ||
id: metadata-yaml | ||
run: echo "exists=$([ -f metadata.yaml ] && echo "true" || echo "false")" >> $GITHUB_OUTPUT | ||
|
@@ -203,7 +203,7 @@ jobs: | |
run: | ||
working-directory: ${{ inputs.working-directory }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Pre-run script | ||
if: ${{ inputs.pre-run-script != '' }} | ||
run: bash -xe ${{ inputs.pre-run-script }} | ||
|
@@ -332,7 +332,7 @@ jobs: | |
run: | ||
working-directory: ${{ inputs.working-directory }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Search for docs folder | ||
id: docs-exist | ||
run: echo "docs_exist=$([[ -d docs ]] && echo 'True' || echo 'False')" >> $GITHUB_OUTPUT | ||
|
@@ -357,7 +357,7 @@ jobs: | |
run: | ||
working-directory: ${{ inputs.working-directory }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Check .licenserc.yaml exists | ||
id: licenserc-yaml | ||
run: echo "exists=$([ -f .licenserc.yaml ] && echo "true" || echo "false")" >> $GITHUB_OUTPUT | ||
|
@@ -378,7 +378,7 @@ jobs: | |
'ubuntu-22.04' | ||
}} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Check libs | ||
if: ${{ !github.event.pull_request.head.repo.fork }} | ||
uses: canonical/charming-actions/[email protected] | ||
|