Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.1 (#3684)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent cb0e78f commit 47feb5b
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/fail-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion == 'failure'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Get slack payload
id: get_slack_payload
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fix-fail-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fix-fail-notify:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-json-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
format-json-yml:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcr-cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- id: 'auth'
name: 'Authenticate to GCP'
uses: google-github-actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-cache-cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
github-actions-cache-cleaner:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: dev-hato/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down
38 changes: 19 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
deploy-files: ${{ steps.changes.outputs.deploy-files }}
if: github.event_name != 'pull_request' || github.event.action != 'closed'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: dorny/[email protected]
id: changes
with:
Expand All @@ -44,7 +44,7 @@ jobs:
run:
working-directory: frontend
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/[email protected]
with:
node-version-file: frontend/.node-version
Expand All @@ -67,7 +67,7 @@ jobs:
packages: write
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.repository == github.event.pull_request.head.repo.full_name)
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
DOCKER_CONTENT_TRUST: 1
REPOSITORY: ${{github.repository}}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
fetch-depth: 0
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
env:
DOCKER_CMD: "node --version && npm --version"
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
fetch-depth: 0
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
update-dockle:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
fetch-depth: 0
Expand All @@ -263,7 +263,7 @@ jobs:
needs:
- docker-compose-build
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- run: cat .env >>"$GITHUB_ENV"
- run: echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV"
env:
Expand All @@ -287,7 +287,7 @@ jobs:
DOCKER_CONTENT_TRUST: 1
REPOSITORY: ${{github.repository}}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- run: echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV"
env:
HEAD_REF: ${{github.head_ref}}
Expand All @@ -305,7 +305,7 @@ jobs:
run:
working-directory: frontend
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/[email protected]
with:
node-version-file: frontend/.node-version
Expand All @@ -327,7 +327,7 @@ jobs:
DOCKER_CONTENT_TRUST: 1
REPOSITORY: ${{github.repository}}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- run: cat .env >>"$GITHUB_ENV"
- run: echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV"
env:
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
DOCKER_CONTENT_TRUST: 1
REPOSITORY: ${{github.repository}}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- run: cat .env >>"$GITHUB_ENV"
- run: echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV"
env:
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/[email protected]
with:
name: frontend
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
pull-requests: write
if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/[email protected]
env:
SHA: ${{github.event.pull_request.head.sha}}
Expand All @@ -445,7 +445,7 @@ jobs:
ARTIFACT_PATH: ${{ github.workspace }}/tmp/artifacts
URLS: https://v${{ github.run_number }}-dot-hato-atama.an.r.appspot.com
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- run: mkdir -p "${ARTIFACT_PATH}"
- uses: foo-software/[email protected]
with:
Expand All @@ -468,7 +468,7 @@ jobs:
browser_name: ["chrome", "chromium", "electron", "edge"]
include: ${{fromJson(needs.make-browserslist.outputs.browserslist)}}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/[email protected]
with:
node-version-file: test/e2e/.node-version
Expand Down Expand Up @@ -496,7 +496,7 @@ jobs:
include: ${{fromJson(needs.make-browserslist.outputs.browserslist)}}
if: ${{ github.event_name == 'push' }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/[email protected]
with:
node-version-file: test/e2e/.node-version
Expand All @@ -520,7 +520,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- id: 'auth'
name: 'Authenticate to GCP'
uses: google-github-actions/[email protected]
Expand All @@ -538,7 +538,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Get run numbers
uses: actions/[email protected]
id: get_run_numbers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove_app_engine_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: read
if: github.repository == github.event.pull_request.head.repo.full_name && github.repository == 'dev-hato/hato-atama'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Get run numbers
uses: actions/[email protected]
id: get_run_numbers
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/resource-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run:
working-directory: frontend
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
fetch-depth: 0
Expand All @@ -39,7 +39,7 @@ jobs:
run:
working-directory: test/e2e
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
fetch-depth: 0
Expand All @@ -63,7 +63,7 @@ jobs:
env:
REPOSITORY: ${{github.repository}}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/[email protected]
with:
node-version-file: .node-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
update-gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
fetch-depth: 0
Expand Down

0 comments on commit 47feb5b

Please sign in to comment.