diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 848d2be..221f224 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build the site in the jekyll/builder container # We will need to remove api-reference from XML validation. Some issues are incorect and others we need to get resolved upstream. run: | diff --git a/.github/workflows/update-api-reference.yml b/.github/workflows/update-api-reference.yml index 38aa61a..e12db84 100644 --- a/.github/workflows/update-api-reference.yml +++ b/.github/workflows/update-api-reference.yml @@ -15,20 +15,20 @@ concurrency: jobs: api-documentation: name: "Update API Reference Documentation" - runs-on: macos-12 + runs-on: macos-13 steps: - name: "Set up Ruby" uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.4 + ruby-version: 3.2.2 - name: "Set up jazzy" run: | gem install jazzy - name: "Checkout Sparkle Sources" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'sparkle-project/Sparkle' token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }} @@ -38,7 +38,7 @@ jobs: path: 'sparkle-source' - name: "Checkout Website Sources" - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/update-carthage.yml b/.github/workflows/update-carthage.yml index 11d7431..c769345 100644 --- a/.github/workflows/update-carthage.yml +++ b/.github/workflows/update-carthage.yml @@ -15,11 +15,11 @@ concurrency: jobs: api-documentation: name: "Update Carthage Package" - runs-on: macos-12 + runs-on: macos-13 steps: - name: "Checkout Sparkle Sources" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'sparkle-project/Sparkle' token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }} @@ -29,7 +29,7 @@ jobs: path: 'sparkle-source' - name: "Checkout Website Sources" - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }} fetch-depth: 0