-
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 v3.6.0
- Loading branch information
1 parent
562e10d
commit 2b4f386
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
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/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- 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/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- 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/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- 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/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- 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/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- 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/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- 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
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 |
---|---|---|
|
@@ -222,7 +222,7 @@ jobs: | |
outputs: | ||
charm-file: ${{ env.CHARM_FILE }} | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- 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
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/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- 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/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- 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/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- 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/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- 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
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,12 +30,12 @@ jobs: | |
run: | ||
working-directory: ${{ inputs.working-directory }} | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
with: | ||
repository: canonical/Inclusive-naming | ||
path: ${{ inputs.working-directory }} | ||
- run: mv * /tmp | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- name: Merge configuration files | ||
run: | | ||
# Combine all entries and replace matching elements by | ||
|
@@ -74,7 +74,7 @@ jobs: | |
run: | ||
working-directory: ${{ inputs.working-directory }} | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- name: Gather files to scan | ||
shell: bash | ||
id: gather | ||
|
@@ -138,7 +138,7 @@ jobs: | |
run: | ||
working-directory: ${{ inputs.working-directory }} | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- name: Check for Dockerfiles | ||
id: dockerfiles | ||
run: echo -n "found=$(find . -name "*Dockerfile" -printf "${{ inputs.working-directory }}%p ")" >> $GITHUB_OUTPUT | ||
|
@@ -155,7 +155,7 @@ jobs: | |
run: | ||
working-directory: ${{ inputs.working-directory }} | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- name: Check file existence | ||
id: metadata-yaml | ||
run: echo "exists=$([ -f metadata.yaml ] && echo "true" || echo "false")" >> $GITHUB_OUTPUT | ||
|
@@ -174,7 +174,7 @@ jobs: | |
run: | ||
working-directory: ${{ inputs.working-directory }} | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- name: Pre-run script | ||
if: ${{ inputs.pre-run-script != '' }} | ||
run: bash -xe ${{ inputs.pre-run-script }} | ||
|
@@ -298,7 +298,7 @@ jobs: | |
run: | ||
working-directory: ${{ inputs.working-directory }} | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- name: Search for docs folder | ||
id: docs-exist | ||
run: echo "docs_exist=$([[ -d docs ]] && echo 'True' || echo 'False')" >> $GITHUB_OUTPUT | ||
|
@@ -318,7 +318,7 @@ jobs: | |
run: | ||
working-directory: ${{ inputs.working-directory }} | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- name: Check .licenserc.yaml exists | ||
id: licenserc-yaml | ||
run: echo "exists=$([ -f .licenserc.yaml ] && echo "true" || echo "false")" >> $GITHUB_OUTPUT | ||
|
@@ -334,7 +334,7 @@ jobs: | |
name: Check libraries | ||
runs-on: ${{ inputs.self-hosted-runner && fromJson('[''self-hosted'', ''large'']') || 'ubuntu-22.04' }} | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v3.6.0 | ||
- name: Check libs | ||
if: ${{ !github.event.pull_request.head.repo.fork }} | ||
uses: canonical/charming-actions/[email protected] | ||
|