Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4 (#58)
Browse files Browse the repository at this point in the history
* chore(deps): 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](actions/checkout@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>

* Adjust `ncl/github/setup-steps.ncl`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Kleen <viktor.kleen@tweag.io>
  • Loading branch information
dependabot[bot] and vkleen authored Sep 5, 2023
1 parent 4b23a5f commit 2f3c91c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"runs-on": "macos-latest",
"steps": [
{
"uses": "actions/checkout@v3"
"uses": "actions/checkout@v4"
},
{
"name": "Installing Nix",
Expand Down Expand Up @@ -39,7 +39,7 @@
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/checkout@v3"
"uses": "actions/checkout@v4"
},
{
"name": "Installing Nix",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/checkout@v3"
"uses": "actions/checkout@v4"
},
{
"name": "Installing Nix",
Expand Down
2 changes: 1 addition & 1 deletion ncl/github/setup-steps.ncl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{ uses = "actions/checkout@v3" },
{ uses = "actions/checkout@v4" },
{
uses = "cachix/install-nix-action@v23",
name = "Installing Nix",
Expand Down

0 comments on commit 2f3c91c

Please sign in to comment.