Skip to content

Commit

Permalink
fix: usage of a deprecated Node.js version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal authored and ku1ik committed Oct 15, 2024
1 parent 6646a9b commit f34f35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v20
- name: Building package
run: nix-build . -A defaultPackage.x86_64-linux
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
Expand Down

0 comments on commit f34f35c

Please sign in to comment.