Skip to content

Commit

Permalink
update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
corsicanec82 committed Aug 15, 2022
1 parent 2429188 commit d7f9f9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: make install
- run: make test
- run: make lint

e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: make install
- run: node server.js &
- uses: ./
Expand All @@ -34,9 +34,9 @@ jobs:
needs: e2e
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: test-results
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: test-data
2 changes: 1 addition & 1 deletion examples/hexlet-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Hexlet project check
uses: hexlet/project-action@release
Expand Down

0 comments on commit d7f9f9c

Please sign in to comment.