Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
build(deps): bump actions/checkout from v2.3.1 to v2.3.4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.1...5a4ac90)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 16, 2021
1 parent f34d4bd commit 3acf77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- rofi-unicode
- keepass
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v12
with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210207_fd6eaa1/install
Expand All @@ -43,7 +43,7 @@ jobs:
- tux-nixos
- WS0005
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v2.3.4
with: { fetch-depth: 0 }
- uses: cachix/install-nix-action@v12
with:
Expand Down

0 comments on commit 3acf77b

Please sign in to comment.