Skip to content

Commit

Permalink
Bump up checkout actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomezselles committed Nov 25, 2023
1 parent f18d496 commit 8e1a56a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout hermes repo
uses: actions/checkout@v2
uses: actions/checkout@v4
-
name: Run clang format
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
-
name: Checkout hermes repo
uses: actions/checkout@v2
uses: actions/checkout@v4
-
name: Run cmake with debug and coverage flags
run: cmake -B build -DCMAKE_BUILD_TYPE=Debug .
Expand Down Expand Up @@ -68,13 +68,13 @@ jobs:
run: echo COMMIT_ID=${COMMIT_ID::7} >> $GITHUB_ENV
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
file: ./docker/Dockerfile
Expand All @@ -99,7 +99,7 @@ jobs:
run: echo COMMIT_ID=${COMMIT_ID::7} >> $GITHUB_ENV
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 8e1a56a

Please sign in to comment.