Skip to content

Commit

Permalink
Update action versions to main.
Browse files Browse the repository at this point in the history
Folks can pin to recent versions if they choose.
  • Loading branch information
grahamc committed Sep 16, 2023
1 parent da2fd6f commit af80b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v1
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@vX
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
Expand Down

0 comments on commit af80b95

Please sign in to comment.