Skip to content

Commit

Permalink
update deprecated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-place-lob committed May 7, 2024
1 parent d82f9c9 commit 5ff1276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build container image
run: docker build --build-arg NODE_ENV=development -t "$CONTAINER_IMAGE" .
Expand Down

0 comments on commit 5ff1276

Please sign in to comment.