summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-04 15:19:58 +0000
committerseth <[email protected]>2023-09-04 14:47:16 -0400
commit0221521df944b63a3c022a25edb9b4fb4a52ad26 (patch)
tree536c94e78f15f198ec4fe8ab463cd5a2d6e0f99f /.github
parentfe850b69bc85e8196e09db6f62dfa6ef7cd015e4 (diff)
deps(actions): 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] <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/audit.yaml2
-rw-r--r--.github/workflows/clippy.yaml2
-rw-r--r--.github/workflows/update-flake.yaml2
-rw-r--r--.github/workflows/upload.yaml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml
index b7c12a0..ebf88d0 100644
--- a/.github/workflows/audit.yaml
+++ b/.github/workflows/audit.yaml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- name: run audit
diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml
index 26de413..48b1bd6 100644
--- a/.github/workflows/clippy.yaml
+++ b/.github/workflows/clippy.yaml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: Swatinem/rust-cache@v2
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml
index 95ff49f..7e0d992 100644
--- a/.github/workflows/update-flake.yaml
+++ b/.github/workflows/update-flake.yaml
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/update-flake-lock@v20
diff --git a/.github/workflows/upload.yaml b/.github/workflows/upload.yaml
index 2bf3a0e..2474b76 100644
--- a/.github/workflows/upload.yaml
+++ b/.github/workflows/upload.yaml
@@ -19,7 +19,7 @@ jobs:
USERNAME: getchoo
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main