Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ci: bump the github-actions group with 4 updates#12019

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes fromall 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
10 changes: 5 additions & 5 deletions.github/workflows/ci.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -131,7 +131,7 @@ jobs:
echo "LINT_CACHE_DIR=$dir" >> $GITHUB_ENV

- name: golangci-lint cache
uses: buildjet/cache@v3
uses: buildjet/cache@v4
with:
path: |
${{ env.LINT_CACHE_DIR }}
Expand All@@ -141,7 +141,7 @@ jobs:

# Check for any typos
- name: Check for typos
uses: crate-ci/typos@v1.17.2
uses: crate-ci/typos@v1.18.0
with:
config: .github/workflows/typos.toml

Expand DownExpand Up@@ -305,7 +305,7 @@ jobs:
api-key: ${{ secrets.DATADOG_API_KEY }}

- name: Check code coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
# This action has a tendency to error out unexpectedly, it has
# the `fail_ci_if_error` option that defaults to `false`, but
# that is no guarantee, see:
Expand DownExpand Up@@ -353,7 +353,7 @@ jobs:
api-key: ${{ secrets.DATADOG_API_KEY }}

- name: Check code coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
# This action has a tendency to error out unexpectedly, it has
# the `fail_ci_if_error` option that defaults to `false`, but
# that is no guarantee, see:
Expand DownExpand Up@@ -412,7 +412,7 @@ jobs:
working-directory: site

- name: Check code coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
# This action has a tendency to error out unexpectedly, it has
# the `fail_ci_if_error` option that defaults to `false`, but
# that is no guarantee, see:
Expand Down
2 changes: 1 addition & 1 deletion.github/workflows/contrib.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -26,7 +26,7 @@ jobs:
pull-requests: write
steps:
- name: auto-approve dependabot
uses: hmarr/auto-approve-action@v3
uses: hmarr/auto-approve-action@v4
if: github.actor == 'dependabot[bot]'

cla:
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp