Compare commits

...

3 Commits

Author SHA1 Message Date
Romain Lespinasse
ef93b2ea4b docs: remove broken links
Signed-off-by: Romain Lespinasse <romain.lespinasse@gmail.com>
2026-07-14 20:33:18 +02:00
Romain Lespinasse
e6106c155b docs: remove broken links
Signed-off-by: Romain Lespinasse <romain.lespinasse@gmail.com>
2026-07-14 20:32:49 +02:00
dependabot[bot]
bb137f845b feat: bump actions/checkout from 6 to 7 (#179) 2026-06-23 12:27:02 +02:00
4 changed files with 10 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Load environment variables for testing
uses: rlespinasse/github-slug-action@v5

View File

@@ -15,7 +15,7 @@ jobs:
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Load this action from HEAD
uses: ./
@@ -94,7 +94,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: this-action
ref: ${{ github.ref }}
@@ -122,7 +122,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Load this action from HEAD
uses: ./
@@ -207,7 +207,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: this-action
ref: ${{ github.ref }}
@@ -230,7 +230,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
# Test 1
- name: Using correct short length
@@ -269,7 +269,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: this-action
ref: ${{ github.ref }}
@@ -323,7 +323,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
# Test 1
- name: Using correct slug max length
@@ -395,7 +395,7 @@ jobs:
- input-slug-maxlength
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Release this GitHub Action
uses: rlespinasse/release-that@v1
with:

View File

@@ -96,7 +96,6 @@ In English :gb:
- [Action spotlight by Michael Heap][article-2]
- [Serverless Deploy Previews on GitHub Actions][article-3]
- [Let's Build a Continuous Delivery and Branching Process with GitHub Actions, Vercel and Heroku][article-4]
- [Celebrating 5 Years of github-slug-action on sfeir.dev][article-7]
In French :fr:
@@ -124,5 +123,4 @@ In Chinese :cn:
[article-4]: https://javascript.plainenglish.io/lets-build-a-continuous-delivery-and-branching-process-c27dae09f0b6
[article-5]: https://eryajf.github.io/HowToStartOpenSource/views/03-github-tips/10-Use-github-slug-action-to-leak-key-variables-in-the-Github-Action-context.html
[article-6]: https://www.sfeir.dev/5-ans-de-github-slug-action-une-aventure-open-source/
[article-7]: https://www.romainlespinasse.dev/posts/celebrating-5-years-of-github-slug-action/
[talk-1]: https://www.youtube.com/watch?v=F5mBDmOQcvE