Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Mar 15, 2024
1 parent 3ba3d64 commit 6a3a433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a3a433

Please sign in to comment.