diff --git a/.github/workflows/docsite.yml b/.github/workflows/docsite.yml index 8ec995ea6..ce0137f22 100644 --- a/.github/workflows/docsite.yml +++ b/.github/workflows/docsite.yml @@ -22,7 +22,7 @@ jobs: - run: | git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* - name: Set up Ruby - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: ruby-version: "3.3.x" - name: Set up git user diff --git a/.github/workflows/sync_configs.yml b/.github/workflows/sync_configs.yml index 4770359eb..08fd5a74e 100644 --- a/.github/workflows/sync_configs.yml +++ b/.github/workflows/sync_configs.yml @@ -34,7 +34,7 @@ jobs: git config --local user.email "rom-bot@rom-rb.org" git config --local user.name "rom-bot" - name: Set up Ruby - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: ruby-version: "3.3" - name: Install dependencies