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 14, 2024
1 parent 3c8a44c commit 80d1ff7
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 @@ -49,7 +49,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 @@ -68,7 +68,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 @@ -91,7 +91,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 @@ -113,7 +113,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 80d1ff7

Please sign in to comment.