Skip to content

Commit 0ace230

Browse files
build(deps): bump actions/checkout from 3 to 4 (#9)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e46796a commit 0ace230

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Generate docs
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3.0.2
13+
- uses: actions/checkout@v4
1414
- uses: cachix/install-nix-action@v22
1515
- uses: cachix/cachix-action@v12
1616
with:

.github/workflows/flakehub-publish-tagged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: "write"
1717
contents: "read"
1818
steps:
19-
- uses: "actions/checkout@v3"
19+
- uses: "actions/checkout@v4"
2020
with:
2121
ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
2222
- uses: "DeterminateSystems/nix-installer-action@main"

.github/workflows/nix-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
checks:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- uses: cachix/install-nix-action@v22
1111
- run: nix flake check -L

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Release
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Luarocks Upload
1616
uses: nvim-neorocks/luarocks-tag-release@v5
1717
env:

0 commit comments

Comments
 (0)