Skip to content

Commit

Permalink
[GitHub][Workflow] Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
akmaru committed Jun 24, 2024
1 parent a8e95b6 commit 376f3b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
outputs:
image_name: ${{ steps.generate_docker_image_name.outputs.image_name}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Configure CMake
run: cmake -B ${{env.BUILD_PATH}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -GNinja
Expand Down

0 comments on commit 376f3b3

Please sign in to comment.