mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-26 20:26:53 +00:00
CI: Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a64cee528c
commit
60ca15c0de
Notes:
github-actions[bot]
2025-08-12 11:06:24 +00:00
Author: https://github.com/dependabot[bot]
Commit: 60ca15c0de
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5829
9 changed files with 14 additions and 14 deletions
2
.github/workflows/dev-container.yml
vendored
2
.github/workflows/dev-container.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
2
.github/workflows/flatpak-template.yml
vendored
2
.github/workflows/flatpak-template.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
options: --privileged
|
options: --privileged
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
with:
|
with:
|
||||||
bundle: Ladybird.flatpak
|
bundle: Ladybird.flatpak
|
||||||
|
|
2
.github/workflows/js-artifacts.yml
vendored
2
.github/workflows/js-artifacts.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout LadybirdBrowser/ladybird
|
- name: Checkout LadybirdBrowser/ladybird
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: "Set up environment"
|
- name: "Set up environment"
|
||||||
uses: ./.github/actions/setup
|
uses: ./.github/actions/setup
|
||||||
|
|
2
.github/workflows/js-benchmarks.yml
vendored
2
.github/workflows/js-benchmarks.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout LadybirdBrowser/js-benchmarks'
|
- name: 'Checkout LadybirdBrowser/js-benchmarks'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: LadybirdBrowser/js-benchmarks
|
repository: LadybirdBrowser/js-benchmarks
|
||||||
path: js-benchmarks
|
path: js-benchmarks
|
||||||
|
|
4
.github/workflows/lagom-template.yml
vendored
4
.github/workflows/lagom-template.yml
vendored
|
@ -44,10 +44,10 @@ jobs:
|
||||||
# Pull requests can trail behind `master` and can cause breakage if merging before running the CI checks on an updated branch.
|
# Pull requests can trail behind `master` and can cause breakage if merging before running the CI checks on an updated branch.
|
||||||
# Luckily, GitHub creates and maintains a merge branch that is updated whenever the target or source branch is modified. By
|
# Luckily, GitHub creates and maintains a merge branch that is updated whenever the target or source branch is modified. By
|
||||||
# checking this branch out, we gain a stabler `master` at the cost of reproducibility.
|
# checking this branch out, we gain a stabler `master` at the cost of reproducibility.
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
with:
|
with:
|
||||||
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
||||||
|
|
10
.github/workflows/libjs-test262.yml
vendored
10
.github/workflows/libjs-test262.yml
vendored
|
@ -22,28 +22,28 @@ jobs:
|
||||||
rm -rf "${{ github.workspace }}/*"
|
rm -rf "${{ github.workspace }}/*"
|
||||||
|
|
||||||
- name: Checkout LadybirdBrowser/ladybird
|
- name: Checkout LadybirdBrowser/ladybird
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Checkout LadybirdBrowser/libjs-test262
|
- name: Checkout LadybirdBrowser/libjs-test262
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: LadybirdBrowser/libjs-test262
|
repository: LadybirdBrowser/libjs-test262
|
||||||
path: libjs-test262
|
path: libjs-test262
|
||||||
|
|
||||||
- name: Checkout LadybirdBrowser/libjs-data
|
- name: Checkout LadybirdBrowser/libjs-data
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: LadybirdBrowser/libjs-data
|
repository: LadybirdBrowser/libjs-data
|
||||||
path: libjs-data
|
path: libjs-data
|
||||||
|
|
||||||
- name: Checkout tc39/test262
|
- name: Checkout tc39/test262
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: tc39/test262
|
repository: tc39/test262
|
||||||
path: test262
|
path: test262
|
||||||
|
|
||||||
- name: Checkout tc39/test262-parser-tests
|
- name: Checkout tc39/test262-parser-tests
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: tc39/test262-parser-tests
|
repository: tc39/test262-parser-tests
|
||||||
path: test262-parser-tests
|
path: test262-parser-tests
|
||||||
|
|
2
.github/workflows/lint-code.yml
vendored
2
.github/workflows/lint-code.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
if: github.repository == 'LadybirdBrowser/ladybird'
|
if: github.repository == 'LadybirdBrowser/ladybird'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Set Up Environment
|
- name: Set Up Environment
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
2
.github/workflows/nightly-android.yml
vendored
2
.github/workflows/nightly-android.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
os: [macos-14]
|
os: [macos-14]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Set Up Environment
|
- name: Set Up Environment
|
||||||
uses: ./.github/actions/setup
|
uses: ./.github/actions/setup
|
||||||
|
|
2
.github/workflows/notes-push.yml
vendored
2
.github/workflows/notes-push.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
if: github.repository == 'LadybirdBrowser/ladybird'
|
if: github.repository == 'LadybirdBrowser/ladybird'
|
||||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: fregante/setup-git-user@v2
|
- uses: fregante/setup-git-user@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue