diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35ccb2c7d8..ed5c797138 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Ruby uses: ruby/setup-ruby@v1 @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/pr-update-reminder.yml b/.github/workflows/pr-update-reminder.yml index ff0392c90a..25cf1a4fdd 100644 --- a/.github/workflows/pr-update-reminder.yml +++ b/.github/workflows/pr-update-reminder.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Post reminder on stale PRs env: diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index 718aedf371..603c7d9fc1 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -21,7 +21,7 @@ jobs: RUBOCOP_CACHE_ROOT: tmp/rubocop steps: - name: Git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/sanity-check-main.yml b/.github/workflows/sanity-check-main.yml index f9aa8a9287..9d8f733ca6 100644 --- a/.github/workflows/sanity-check-main.yml +++ b/.github/workflows/sanity-check-main.yml @@ -24,7 +24,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: