Skip to content

Commit

Permalink
[sync_configs] update ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 9, 2024
1 parent 1c9639d commit 18c4b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
steps:
- name: Checkout ${{github.repository}}
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Checkout devtools
uses: actions/checkout@v2
with:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.3"
- name: Install dependencies
run: gem install ossy --no-document
- name: Update changelog.yml from commit
Expand Down

0 comments on commit 18c4b4b

Please sign in to comment.