forked from lix-project/lix-installer
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d01e1b820c
commit
570dcc1301
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
name: Lints
|
name: Lints
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Check Nixpkgs input
|
- name: Check Nixpkgs input
|
||||||
uses: DeterminateSystems/flake-checker-action@main
|
uses: DeterminateSystems/flake-checker-action@main
|
||||||
with:
|
with:
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: [lints]
|
needs: [lints]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Restore Github cache of Buildkite artifacts
|
- name: Restore Github cache of Buildkite artifacts
|
||||||
id: cache-buildkite-artifacts
|
id: cache-buildkite-artifacts
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
|
@ -155,7 +155,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: [lints]
|
needs: [lints]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Restore Github cache of Buildkite artifacts
|
- name: Restore Github cache of Buildkite artifacts
|
||||||
id: cache-buildkite-artifacts
|
id: cache-buildkite-artifacts
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
|
@ -265,7 +265,7 @@ jobs:
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
needs: [lints]
|
needs: [lints]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Restore Github cache of Buildkite artifacts
|
- name: Restore Github cache of Buildkite artifacts
|
||||||
id: cache-buildkite-artifacts
|
id: cache-buildkite-artifacts
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
|
|
2
.github/workflows/release-branches.yml
vendored
2
.github/workflows/release-branches.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
id-token: write # In order to request a JWT for AWS auth
|
id-token: write # In order to request a JWT for AWS auth
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Download Buildkite Artifacts
|
- name: Download Buildkite Artifacts
|
||||||
uses: EnricoMi/download-buildkite-artifact-action@v1.14
|
uses: EnricoMi/download-buildkite-artifact-action@v1.14
|
||||||
with:
|
with:
|
||||||
|
|
2
.github/workflows/release-prs.yml
vendored
2
.github/workflows/release-prs.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
id-token: write # In order to request a JWT for AWS auth
|
id-token: write # In order to request a JWT for AWS auth
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Download Buildkite Artifacts
|
- name: Download Buildkite Artifacts
|
||||||
uses: EnricoMi/download-buildkite-artifact-action@v1.14
|
uses: EnricoMi/download-buildkite-artifact-action@v1.14
|
||||||
with:
|
with:
|
||||||
|
|
2
.github/workflows/release-tags.yml
vendored
2
.github/workflows/release-tags.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
id-token: write # In order to request a JWT for AWS auth
|
id-token: write # In order to request a JWT for AWS auth
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Download Buildkite Artifacts
|
- name: Download Buildkite Artifacts
|
||||||
uses: EnricoMi/download-buildkite-artifact-action@v1.14
|
uses: EnricoMi/download-buildkite-artifact-action@v1.14
|
||||||
with:
|
with:
|
||||||
|
|
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
- name: Enable magic Nix cache
|
- name: Enable magic Nix cache
|
||||||
|
|
Loading…
Reference in a new issue