Skip to content

Commit

Permalink
Update github actions deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dpt committed Jan 20, 2024
1 parent a620246 commit 5d935e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: windows-latest
steps:
- name: get-cmake
uses: lukka/get-cmake@v3.28
uses: lukka/get-cmake@v3.28.1

- uses: actions/checkout@v4

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: get-cmake
uses: lukka/get-cmake@v3.28
uses: lukka/get-cmake@v3.28.1

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5d935e0

Please sign in to comment.