Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Publish to Chromatic
id: publish
uses: chromaui/action@latest
uses: chromaui/action@v13.3.5
with:
workingDir: ${{ inputs.working-directory }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Annotate
if: steps.lint.outputs.generated-eslint-report == 'true'
uses: ataylorme/eslint-annotate-action@v3
uses: ataylorme/eslint-annotate-action@3.0.0
with:
report-json: eslint_report.json
# Also report errors in files not changed in the PR,
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:

- name: Check if we need to install browsers
id: browsers
uses: actions/github-script@v8
uses: actions/github-script@v8.0.0
with:
script: |
const { resolve } = await import('node:path');
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:

- name: Restore cache
id: cache
uses: actions/cache/restore@v5
uses: actions/cache/restore@v5.0.3
# ⚠ Keep in sync with cache/save below
with:
path: |
Expand All @@ -432,7 +432,7 @@ jobs:

- name: Save cache
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/cache/save@v5
uses: actions/cache/save@v5.0.3
# ⚠ Keep in sync with cache/restore above
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: 'GitHub App token: Token'
id: app-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v2.2.1
with:
app-id: ${{ inputs.github-app-id }}
private-key: ${{ secrets.GITHUB_APP_PRIVATE_KEY }}
Expand All @@ -105,7 +105,7 @@ jobs:
echo "user-id=$user_id" >> "$GITHUB_OUTPUT"

- name: 'Checkout'
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-cloudfunction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
- name: Google Auth
uses: 'google-github-actions/auth@v3'
uses: 'google-github-actions/auth@v3.0.0'
with:
service_account: ${{ inputs.workload-identity-service-account-mail }}
workload_identity_provider: ${{ inputs.workload-identity-provider }}
- name: Set up gcloud-cli
uses: 'google-github-actions/setup-gcloud@v3'
uses: 'google-github-actions/setup-gcloud@v3.0.1'
- name: Deploy Cloud Function
uses: google-github-actions/deploy-cloud-functions@v4
uses: google-github-actions/deploy-cloud-functions@v4.0.0
with:
name: ${{ inputs.function-name }}
runtime: ${{ inputs.runtime }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-cloudrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ jobs:
id-token: 'write'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
- name: Validate inputs
run: |
if [[ -z "${{ inputs.job-name }}" && -z "${{ inputs.service-name }}" ]]; then
echo "::error::At least one of 'job-name' or 'service-name' must be provided"
exit 1
fi
- uses: 'google-github-actions/auth@v3'
- uses: 'google-github-actions/auth@v3.0.0'
with:
service_account: ${{ inputs.workload-identity-service-account-mail }}
workload_identity_provider: ${{ inputs.workload-identity-provider }}
- name: 'Set up gcloud CLI'
uses: 'google-github-actions/setup-gcloud@v3'
uses: 'google-github-actions/setup-gcloud@v3.0.1'
with:
install_components: 'beta'

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
fi

- name: 'Checkout'
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2

- name: 'GitHub Container Registry: Setup'
if: ${{ inputs.github == true }}
Expand Down Expand Up @@ -318,13 +318,13 @@ jobs:
} | tee -a "$GITHUB_OUTPUT"

- name: 'Set up QEMU'
uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v3.7.0

- name: 'Set up Docker Buildx'
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v3.12.0

- name: 'Build and Push'
uses: docker/build-push-action@v6
uses: docker/build-push-action@v6.18.0
with:
push: ${{ inputs.dry-run != true }}
cache-from: type=gha
Expand Down
8 changes: 4 additions & 4 deletions notify-status/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ runs:
run: |
printf "value<<EOM\n%s\nEOM\n" "$MESSAGE" | tee -a "$GITHUB_OUTPUT"
- name: Send Slack message
uses: slackapi/slack-github-action@v1
env:
SLACK_BOT_TOKEN: ${{ inputs.slack-bot-token }}
uses: slackapi/[email protected]
with:
channel-id: ${{ inputs.slack-channel-id }}
method: chat.postMessage
token: ${{ inputs.slack-bot-token }}
# TIP: Use
# https://app.slack.com/block-kit-builder/ to preview
payload: |
{
"channel": "${{ inputs.slack-channel-id }}",
"text": ${{ toJson(steps.message.outputs.value) }},
"blocks": [
{
Expand Down
8 changes: 4 additions & 4 deletions setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ runs:
using: composite
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6.0.2
with:
fetch-depth: ${{ inputs.fetch-depth }}
lfs: ${{ inputs.lfs }}
ref: ${{ github.event.pull_request.head.ref || github.ref }}
token: ${{ inputs.token }}

- name: Setup Node.js
uses: actions/setup-node@v5
uses: actions/setup-node@v6.2.0
with:
node-version-file: '${{ inputs.working-directory }}/.nvmrc'

Expand Down Expand Up @@ -105,7 +105,7 @@ runs:

- name: Restore cache
id: cache
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5.0.3
# ⚠ Keep in sync with cache/save below
with:
path: ${{ steps.cache-paths.outputs.paths }}
Expand Down Expand Up @@ -192,7 +192,7 @@ runs:

- name: Save cache
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
uses: actions/cache/save@v5.0.3
# ⚠ Keep in sync with cache/restore above
with:
path: ${{ steps.cache-paths.outputs.paths }}
Expand Down