diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 602285e..5b268d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: SwiftLint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: GitHub Action for SwiftLint uses: norio-nomura/action-swiftlint@3.2.1 with: diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 158ca87..6a0dbaa 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -18,7 +18,7 @@ jobs: ruby-version: 3.1.4 bundler-cache: true - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: Setup gems run: | gem install bundler