diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-07-04 14:06:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-04 14:06:01 -0700 |
| commit | 13679d842fc89810b7f59d2fc2027367f8ff8dfe (patch) | |
| tree | ee6317a269ee3409d94147afc3f2943f88abacd8 /src | |
| parent | Merge pull request #17 from fcuny/update_flake_lock_action (diff) | |
| parent | build(deps): bump DeterminateSystems/update-flake-lock from 21 to 23 (diff) | |
| download | x-13679d842fc89810b7f59d2fc2027367f8ff8dfe.tar.gz | |
Merge pull request #27 from fcuny/dependabot/github_actions/DeterminateSystems/update-flake-lock-23
build(deps): bump DeterminateSystems/update-flake-lock from 21 to 23
Diffstat (limited to 'src')
| -rw-r--r-- | src/x509-info/.github/workflows/update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509-info/.github/workflows/update.yml b/src/x509-info/.github/workflows/update.yml index 788b88d..fab8d59 100644 --- a/src/x509-info/.github/workflows/update.yml +++ b/src/x509-info/.github/workflows/update.yml @@ -19,7 +19,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Update flake.lock id: update-flake-lock - uses: DeterminateSystems/update-flake-lock@v21 + uses: DeterminateSystems/update-flake-lock@v23 with: pr-title: "Update flake.lock" commit-msg: "chore: update flake" |
