Skip to content

Commit 2bf7cd1

Browse files
Bump the all-github-actions group across 1 directory with 2 updates (#74)
Bumps the all-github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock). Updates `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](actions/checkout@v4...v5) Updates `DeterminateSystems/update-flake-lock` from 25 to 27 - [Release notes](https://github.com/determinatesystems/update-flake-lock/releases) - [Commits](DeterminateSystems/update-flake-lock@v25...v27) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: DeterminateSystems/update-flake-lock dependency-version: '27' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92c8800 commit 2bf7cd1

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout repo
8-
uses: actions/checkout@v4
8+
uses: actions/checkout@v5
99
- name: Install nix
1010
uses: nixbuild/nix-quick-install-action@v32
1111
with:

.github/workflows/flake-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repo
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: Install nix
1414
uses: nixbuild/nix-quick-install-action@v32
1515
with:
@@ -19,7 +19,7 @@ jobs:
1919
nix develop --command \
2020
gomod2nix generate
2121
- name: Update flake.lock
22-
uses: DeterminateSystems/update-flake-lock@v25
22+
uses: DeterminateSystems/update-flake-lock@v27
2323
with:
2424
token: ${{ secrets.GH_TOKEN_FOR_FLAKE_UPDATE }}
2525
pr-title: "Update flake.lock"

.github/workflows/gotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout repo
8-
uses: actions/checkout@v4
8+
uses: actions/checkout@v5
99
- name: Install nix
1010
uses: nixbuild/nix-quick-install-action@v32
1111
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: true
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Install Go
2323
uses: actions/setup-go@v5
2424
with:

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout repo
8-
uses: actions/checkout@v4
8+
uses: actions/checkout@v5
99
- name: Install nix
1010
uses: nixbuild/nix-quick-install-action@v32
1111
with:

.github/workflows/testcoverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout repo
8-
uses: actions/checkout@v4
8+
uses: actions/checkout@v5
99
- name: Install nix
1010
uses: nixbuild/nix-quick-install-action@v32
1111
with:

.github/workflows/vuln.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repo
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: Install nix
1818
uses: nixbuild/nix-quick-install-action@v32
1919
with:

0 commit comments

Comments
 (0)