-
Notifications
You must be signed in to change notification settings - Fork 3
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.0 (#3635)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5a97921
commit fea673c
Showing
12 changed files
with
31 additions
and
31 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
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 |
---|---|---|
|
@@ -5,5 +5,5 @@ jobs: | |
dependency-review: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- uses: actions/[email protected] |
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: github.event.workflow_run.conclusion == 'failure' | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- name: Get slack payload | ||
id: get_slack_payload | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
id-token: write | ||
contents: read | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- id: 'auth' | ||
name: 'Authenticate to GCP' | ||
uses: google-github-actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
github-actions-cache-cleaner: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- uses: dev-hato/[email protected] | ||
with: | ||
github-token: ${{secrets.GITHUB_TOKEN}} | ||
|
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 |
---|---|---|
|
@@ -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/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- uses: dorny/[email protected] | ||
id: changes | ||
with: | ||
|
@@ -44,7 +44,7 @@ jobs: | |
run: | ||
working-directory: frontend | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version-file: frontend/.node-version | ||
|
@@ -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/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- name: Login to GitHub Container Registry | ||
uses: docker/[email protected] | ||
with: | ||
|
@@ -103,7 +103,7 @@ jobs: | |
contents: read | ||
packages: write | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- name: Login to GitHub Container Registry | ||
uses: docker/[email protected] | ||
with: | ||
|
@@ -145,7 +145,7 @@ jobs: | |
DOCKER_CONTENT_TRUST: 1 | ||
REPOSITORY: ${{github.repository}} | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
if: github.event_name != 'pull_request' || github.event.action != 'closed' | ||
with: | ||
fetch-depth: 0 | ||
|
@@ -184,7 +184,7 @@ jobs: | |
env: | ||
DOCKER_CMD: "node --version && npm --version" | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
if: github.event_name != 'pull_request' || github.event.action != 'closed' | ||
with: | ||
fetch-depth: 0 | ||
|
@@ -250,7 +250,7 @@ jobs: | |
update-dockle: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
if: github.event_name != 'pull_request' || github.event.action != 'closed' | ||
with: | ||
fetch-depth: 0 | ||
|
@@ -275,7 +275,7 @@ jobs: | |
DOCKER_CONTENT_TRUST: 1 | ||
REPOSITORY: ${{github.repository}} | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- run: echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV" | ||
env: | ||
HEAD_REF: ${{github.head_ref}} | ||
|
@@ -293,7 +293,7 @@ jobs: | |
run: | ||
working-directory: frontend | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version-file: frontend/.node-version | ||
|
@@ -315,7 +315,7 @@ jobs: | |
DOCKER_CONTENT_TRUST: 1 | ||
REPOSITORY: ${{github.repository}} | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- run: cat .env >>"$GITHUB_ENV" | ||
- run: echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV" | ||
env: | ||
|
@@ -349,7 +349,7 @@ jobs: | |
DOCKER_CONTENT_TRUST: 1 | ||
REPOSITORY: ${{github.repository}} | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- run: cat .env >>"$GITHUB_ENV" | ||
- run: echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV" | ||
env: | ||
|
@@ -380,7 +380,7 @@ jobs: | |
id-token: write | ||
contents: read | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- uses: actions/[email protected] | ||
with: | ||
name: frontend | ||
|
@@ -414,7 +414,7 @@ jobs: | |
pull-requests: write | ||
if: ${{ github.event_name == 'pull_request' }} | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- uses: actions/[email protected] | ||
env: | ||
SHA: ${{github.event.pull_request.head.sha}} | ||
|
@@ -433,7 +433,7 @@ jobs: | |
ARTIFACT_PATH: ${{ github.workspace }}/tmp/artifacts | ||
URLS: https://v${{ github.run_number }}-dot-hato-atama.an.r.appspot.com | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- run: mkdir -p "${ARTIFACT_PATH}" | ||
- uses: foo-software/[email protected] | ||
with: | ||
|
@@ -456,7 +456,7 @@ jobs: | |
browser_name: ["chrome", "chromium", "electron", "edge"] | ||
include: ${{fromJson(needs.make-browserslist.outputs.browserslist)}} | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version-file: test/e2e/.node-version | ||
|
@@ -484,7 +484,7 @@ jobs: | |
include: ${{fromJson(needs.make-browserslist.outputs.browserslist)}} | ||
if: ${{ github.event_name == 'push' }} | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version-file: test/e2e/.node-version | ||
|
@@ -508,7 +508,7 @@ jobs: | |
id-token: write | ||
contents: read | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- id: 'auth' | ||
name: 'Authenticate to GCP' | ||
uses: google-github-actions/[email protected] | ||
|
@@ -526,7 +526,7 @@ jobs: | |
id-token: write | ||
contents: read | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- name: Get run numbers | ||
uses: actions/[email protected] | ||
id: get_run_numbers | ||
|
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 |
---|---|---|
|
@@ -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/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- name: Get run numbers | ||
uses: actions/[email protected] | ||
id: get_run_numbers | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
timeout-minutes: 30 | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version-file: .node-version | ||
|
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