Skip to content

Commit 2bd953f

Browse files
Merge pull request #185 from open-feature/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2 parents 0068511 + b56db1b commit 2bd953f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
if: ${{ needs.release-please.outputs.release_created }}
104104
steps:
105105
- name: Checkout
106-
uses: actions/checkout@v2
106+
uses: actions/checkout@v3
107107
with:
108108
ref: ${{ needs.release-please.outputs.release_tag_name }}
109109

0 commit comments

Comments
 (0)