Skip to content

Commit 1ba4b03

Browse files
chore(deps): update actions/checkout action to v4 (#104)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://github.com/actions/checkout/compare/v3...v4) - [Support fetching without the --progress option](https://github.com/actions/checkout/pull/1067) - [Update to node20](https://github.com/actions/checkout/pull/1436) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-feature/flagd-schemas). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e72b08b commit 1ba4b03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr-checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
github_token: ${{ github.token }}
2020
- name: Checkout repository
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
# Lint your Protobuf sources
2323
- uses: bufbuild/buf-lint-action@v1
2424
with:
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
github_token: ${{ github.token }}
3434
- name: Checkout repository
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
- name: Buf format check
3737
run: buf format -d --exit-code
3838

.github/workflows/release-please.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: ${{ needs.release-please.outputs.releases_created && needs.release-please.outputs.buf_release_tag }}
3838
steps:
3939
# Run `git checkout`
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
with:
4242
ref: ${{ needs.release-please.outputs.buf_release_tag }}
4343
# Install the `buf` CLI
@@ -53,7 +53,7 @@ jobs:
5353
if: ${{ needs.release-please.outputs.releases_created && needs.release-please.outputs.json_release_tag }}
5454
steps:
5555
# Run `git checkout`
56-
- uses: actions/checkout@v3
56+
- uses: actions/checkout@v4
5757
with:
5858
ref: ${{ needs.release-please.outputs.json_release_tag }}
5959
- uses: JasonEtco/create-an-issue@v2

0 commit comments

Comments
 (0)