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.
1 parent 1593669 commit d8137ffCopy full SHA for d8137ff
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
release:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- name: Set up Ruby
18
uses: ruby/setup-ruby@v1
19
with:
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
- name: Set up Environment Variables
30
run: |
31
echo "ACTIVEMODEL_VERSION=${{ matrix.activemodel }}" >> $GITHUB_ENV
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
echo "AR_INTEGRATION=1" >> $GITHUB_ENV
0 commit comments