Skip to content

Commit

Permalink
update actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Oct 19, 2023
1 parent d1e0b45 commit 03abfd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@v4
-
name: Docker meta
id: meta
Expand Down
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"automergeType": "pr"
},
{
"matchManagers": ["github-actions"],
"groupName": "GitHub actions"
}
]
}

0 comments on commit 03abfd4

Please sign in to comment.