Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 79caac5 commit 456eab8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/brakeman-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Customize the ruby version depending on your needs
- name: Setup Ruby
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
--health-retries 5
steps:
- name: ソースコードをチェックアウトする
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Docker イメージ をビルドする
env:
DOCKER_BUILDKIT: 1 # '# syntax = docker/dockerfile:1.2' は不要だが、この指定は 2023/01/23 現在、必須
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
--health-retries 5
steps:
- name: コードをチェックアウトする
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Ruby のセットアップを行う
uses: ruby/setup-ruby@v1
with:
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: ソースコードをチェックアウトする
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: GCP の認証を行う
uses: google-github-actions/auth@v1
with:
Expand Down

0 comments on commit 456eab8

Please sign in to comment.