We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 532ef53 + 28ebffa commit a02b150Copy full SHA for a02b150
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y google-chrome-stable curl libjemalloc2 libvips postgresql-client
31
32
- name: Checkout code
33
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
34
35
- name: Set up Ruby
36
uses: ruby/setup-ruby@v1
.github/workflows/upgrade-ruby.yml
@@ -13,7 +13,7 @@ jobs:
13
upgrade-ruby:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- uses: andrew/ruby-upgrade-action@main
18
with:
19
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments