Skip to content

Commit

Permalink
Use checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
karandit committed Sep 28, 2023
1 parent 0855761 commit 1c576e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ env:
CDN_BUCKET: "s3://ghc.dev-prod"

jobs:
build:
deploy to AWS:
runs-on: [self-hosted, nix]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build
run: nix build
- name: deploy
Expand Down

0 comments on commit 1c576e9

Please sign in to comment.