Skip to content

Commit

Permalink
Merge pull request #14 from leviy/master_upgrade-actions
Browse files Browse the repository at this point in the history
LPD-15905 Upgrade deprecated actions to Node 20
  • Loading branch information
christiaan authored Jun 18, 2024
2 parents 1e6717e + c9289f1 commit 439f8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Update Hosts file
run: sudo sed -i '/^127.0.0.1/ s/$/ test.localhost/' /etc/hosts
- run: docker-compose up -d
Expand Down

0 comments on commit 439f8f5

Please sign in to comment.