Skip to content

Commit 6c82028

Browse files
bot-owleleboucher
authored andcommitted
chore(deps): update https://data.forgejo.org/actions/checkout action to v7 (#63)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://data.forgejo.org/actions/checkout](https://data.forgejo.org/actions/checkout) | action | major | `v6` → `v7` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/3) for more information. --- ### Release Notes <details> <summary>actions/checkout (https://data.forgejo.org/actions/checkout)</summary> ### [`v7`](https://data.forgejo.org/actions/checkout/blob/HEAD/CHANGELOG.md#v700) [Compare Source](https://data.forgejo.org/actions/checkout/compare/v6...v7) - Block checking out fork PR for pull\_request\_target and workflow\_run by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2454](actions/checkout#2454) - Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2458](actions/checkout#2458) - Bump flatted from 3.3.1 to 3.4.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2460](actions/checkout#2460) - Bump js-yaml from 4.1.0 to 4.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2461](actions/checkout#2461) - Bump [@&#8203;actions/core](https://github.com/actions/core) and [@&#8203;actions/tool-cache](https://github.com/actions/tool-cache) and Remove uuid by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2459](actions/checkout#2459) - upgrade module to esm and update dependencies by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2463](actions/checkout#2463) - Bump the minor-npm-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2462](actions/checkout#2462) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Reviewed-on: https://git.erwanleboucher.dev/eleboucher/memini/pulls/63
1 parent beaa84b commit 6c82028

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.forgejo/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-image:
1212
runs-on: multiarch
1313
steps:
14-
- uses: https://data.forgejo.org/actions/checkout@v6
14+
- uses: https://data.forgejo.org/actions/checkout@v7
1515
- uses: https://data.forgejo.org/docker/setup-buildx-action@v4
1616
- name: Compute build timestamp
1717
id: build-meta

.forgejo/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: write
2424
runs-on: docker
2525
steps:
26-
- uses: https://data.forgejo.org/actions/checkout@v6
26+
- uses: https://data.forgejo.org/actions/checkout@v7
2727
with:
2828
fetch-depth: 0
2929
# Authenticate (and persist) with a PAT so the tag push below is

.forgejo/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
--health-retries 10
2828
steps:
2929
- name: Checkout
30-
uses: https://data.forgejo.org/actions/checkout@v6
30+
uses: https://data.forgejo.org/actions/checkout@v7
3131

3232
- name: Setup Go
3333
uses: https://data.forgejo.org/actions/setup-go@v6
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: docker
6969
steps:
7070
- name: Checkout
71-
uses: https://data.forgejo.org/actions/checkout@v6
71+
uses: https://data.forgejo.org/actions/checkout@v7
7272

7373
- name: Setup Node
7474
uses: https://data.forgejo.org/actions/setup-node@v6
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: docker
112112
steps:
113113
- name: Checkout
114-
uses: https://data.forgejo.org/actions/checkout@v6
114+
uses: https://data.forgejo.org/actions/checkout@v7
115115

116116
- name: Setup Go
117117
uses: https://data.forgejo.org/actions/setup-go@v6
@@ -134,7 +134,7 @@ jobs:
134134
HELM_SCHEMA_VERSION: "0.23.4"
135135
steps:
136136
- name: Checkout
137-
uses: https://data.forgejo.org/actions/checkout@v6
137+
uses: https://data.forgejo.org/actions/checkout@v7
138138

139139
- name: Setup Go
140140
uses: https://data.forgejo.org/actions/setup-go@v6

.forgejo/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
release_id: ${{ steps.create.outputs.release_id }}
1515
tag: ${{ steps.create.outputs.tag }}
1616
steps:
17-
- uses: https://data.forgejo.org/actions/checkout@v6
17+
- uses: https://data.forgejo.org/actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020
- name: Install git-cliff
@@ -77,7 +77,7 @@ jobs:
7777
needs: [release]
7878
runs-on: docker
7979
steps:
80-
- uses: https://data.forgejo.org/actions/checkout@v6
80+
- uses: https://data.forgejo.org/actions/checkout@v7
8181
- name: Install Node.js
8282
uses: https://data.forgejo.org/actions/setup-node@v6
8383
with:
@@ -131,7 +131,7 @@ jobs:
131131
needs: [release]
132132
runs-on: docker
133133
steps:
134-
- uses: https://data.forgejo.org/actions/checkout@v6
134+
- uses: https://data.forgejo.org/actions/checkout@v7
135135
- name: Mirror Hermes plugin to standalone GitHub repo
136136
env:
137137
GH_MIRROR_TOKEN: ${{ secrets.GH_MIRROR_TOKEN }}
@@ -169,7 +169,7 @@ jobs:
169169
needs: [release]
170170
runs-on: docker
171171
steps:
172-
- uses: https://data.forgejo.org/actions/checkout@v6
172+
- uses: https://data.forgejo.org/actions/checkout@v7
173173
- name: Install Node.js
174174
uses: https://data.forgejo.org/actions/setup-node@v6
175175
with:
@@ -202,7 +202,7 @@ jobs:
202202
# renovate: datasource=github-releases depName=sigstore/cosign
203203
COSIGN_VERSION: "3.0.5"
204204
steps:
205-
- uses: https://data.forgejo.org/actions/checkout@v6
205+
- uses: https://data.forgejo.org/actions/checkout@v7
206206
- uses: https://data.forgejo.org/docker/setup-buildx-action@v4
207207
- name: Compute build timestamp
208208
id: build-meta
@@ -356,7 +356,7 @@ jobs:
356356
# renovate: datasource=github-releases depName=google/go-containerregistry
357357
CRANE_VERSION: "0.21.6"
358358
steps:
359-
- uses: https://data.forgejo.org/actions/checkout@v6
359+
- uses: https://data.forgejo.org/actions/checkout@v7
360360
- name: Install helm
361361
run: |
362362
set -euo pipefail

0 commit comments

Comments
 (0)