diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index 1c09cc6..95e7113 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -13,7 +13,7 @@ jobs: matrix: channel: ['beta', 'release'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' @@ -25,14 +25,14 @@ jobs: brew install go || brew link --overwrite go brew install swiftlint || brew link --overwrite swiftlint gem install bundler - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: carthage-cache with: path: Carthage key: ${{ runner.os }}-carthage-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/Cartfile.resolved') }} restore-keys: | ${{ runner.os }}-carthage-${{ secrets.CACHE_VERSION }}- - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: gopenpgp-cache with: path: go diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 96031ca..18a8bbe 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -6,7 +6,7 @@ jobs: swiftformat: runs-on: macos-12 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' @@ -26,7 +26,7 @@ jobs: swiftlint: runs-on: macos-12 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 53366e6..379528e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -6,7 +6,7 @@ jobs: testing: runs-on: macos-12 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' @@ -18,14 +18,14 @@ jobs: brew install go || brew link --overwrite go brew install swiftlint || brew link --overwrite swiftlint gem install bundler - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: carthage-cache with: path: Carthage key: ${{ runner.os }}-carthage-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/Cartfile.resolved') }} restore-keys: | ${{ runner.os }}-carthage-${{ secrets.CACHE_VERSION }}- - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: gopenpgp-cache with: path: go