diff --git a/.changeset/breezy-dogs-work.md b/.changeset/breezy-dogs-work.md new file mode 100644 index 00000000..e14ce89f --- /dev/null +++ b/.changeset/breezy-dogs-work.md @@ -0,0 +1,5 @@ +--- +'@commencis/starter-react-vite': patch +--- + +chore(deps): update actions/checkout action to v5 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 143d030c..4f8c1033 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup uses: commencis/js-toolkit/.github/actions/setup@main diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9e62ac9c..4cb1efb3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup uses: commencis/js-toolkit/.github/actions/setup@main