Skip to content

Commit

Permalink
common: update checkout version
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Mar 18, 2024
1 parent 1ed09dd commit 3311eb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pmem_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
build: [static_debug, static_nondebug]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Test prepare
uses: ./.github/actions/pmem_test_prepare
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: [self-hosted, rhel]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Test prepare
uses: ./.github/actions/pmem_test_prepare
Expand All @@ -90,7 +90,7 @@ jobs:
runs-on: [self-hosted, rhel]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Test prepare
uses: ./.github/actions/pmem_test_prepare
Expand All @@ -112,7 +112,7 @@ jobs:
os: [rhel, opensuse]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Test prepare
uses: ./.github/actions/pmem_test_prepare
Expand Down

0 comments on commit 3311eb5

Please sign in to comment.