diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-18 11:07:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 11:07:16 -0700 |
commit | ff38d800a2bc8cb5b701e3af30cecefa2ca2dad4 (patch) | |
tree | 300afd34ada07896d2bf7a6694b9f9f916934281 | |
parent | build(deps): bump actions/checkout from 3 to 4 (#6) (diff) | |
download | fcuny.net-ff38d800a2bc8cb5b701e3af30cecefa2ca2dad4.tar.gz |
build(deps): bump DeterminateSystems/update-flake-lock from 19 to 20 (#5)
Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from 19 to 20. - [Release notes](https://github.com/determinatesystems/update-flake-lock/releases) - [Commits](https://github.com/determinatesystems/update-flake-lock/compare/v19...v20) --- 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 480f248..97af4a1 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@v19 + uses: DeterminateSystems/update-flake-lock@v20 with: pr-title: "Update flake.lock" |