Skip to content

Commit

Permalink
Update github actions to use v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaya314 committed Jan 26, 2024
1 parent 70fe544 commit 2ee6436
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Check single, no redirect
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
url: https://postman-echo.com/status/200
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Check multiple, no redirect
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
url: https://postman-echo.com/status/200|https://postman-echo.com/status/304
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Check single, with redirect
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
url: https://postman-echo.com/status/200
Expand All @@ -65,7 +65,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Check single, with retry
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
url: https://postman-echo.com/status/200
Expand All @@ -82,7 +82,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Check single, with retry-all
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
url: https://postman-echo.com/status/200
Expand All @@ -100,7 +100,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Check single, with basic auth
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
url: https://postman-echo.com/basic-auth
Expand Down

0 comments on commit 2ee6436

Please sign in to comment.