Skip to content

Commit dcf136c

Browse files
authored
Update ruby action
1 parent 1aca210 commit dcf136c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
working-directory: ./app
5454
run: gpg --quiet --batch --yes --decrypt --passphrase="$GPG_KEYSTORE" --output fgautomata.keystore fgautomata.keystore.gpg
5555

56-
- uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f
56+
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9
5757
with:
5858
ruby-version: '4.0.5'
5959
bundler-cache: true

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": [
3-
"config:recommended"
3+
"config:recommended",
4+
"helpers:pinGitHubActionDigests"
45
],
56
"ignorePresets": [
67
":prHourlyLimit2"
@@ -15,7 +16,6 @@
1516
},
1617
"github-actions": {
1718
"enabled": true,
18-
"automerge": true,
1919
"groupName": "github-actions"
2020
},
2121
"packageRules": [

0 commit comments

Comments
 (0)