diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-21 08:10:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 08:10:13 -0700 |
commit | 448286719e52051493443f7f1cf61d41d890e6a6 (patch) | |
tree | 4634eed613c465f341e77a6215e91c8b73070391 | |
parent | build(deps): bump actions/upload-pages-artifact from 1 to 2 (#1) (diff) | |
download | fcuny.net-448286719e52051493443f7f1cf61d41d890e6a6.tar.gz |
build(deps): bump DeterminateSystems/update-flake-lock from 14 to 19 (#2)
Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from 14 to 19. - [Release notes](https://github.com/determinatesystems/update-flake-lock/releases) - [Commits](https://github.com/determinatesystems/update-flake-lock/compare/v14...v19) --- updated-dependencies: - dependency-name: DeterminateSystems/update-flake-lock 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>
-rw-r--r-- | .github/workflows/update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 92fdbc5..b075942 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,6 +17,6 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Update flake.lock id: update-flake-lock - uses: DeterminateSystems/update-flake-lock@v14 + uses: DeterminateSystems/update-flake-lock@v19 with: pr-title: "Update flake.lock" |