Skip to content

Commit

Permalink
ci: bump github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Oct 6, 2023
1 parent b70ff47 commit 383349c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install the Nix package manager
uses: cachix/install-nix-action@v23
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

- name: Checks
run: nix run nixpkgs#nodePackages.prettier -- --check .
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Determine tag
id: tag_name
run: |
echo ::set-output name=current_version::${GITHUB_REF#refs/tags/}
echo "current_version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
shell: bash

- name: Get Changelog Entry
Expand Down

0 comments on commit 383349c

Please sign in to comment.