Skip to content

Commit

Permalink
Use v4 checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed May 18, 2024
1 parent 19dcb87 commit 829eb7f
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -39,7 +39,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev

- name: Checkout SFML
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: SFML/SFML
ref: 2.6.0
Expand All @@ -54,7 +54,7 @@ jobs:
run: cmake --build $GITHUB_WORKSPACE/SFML/build --config ${{matrix.type.name}} --target install

- name: Checkout CSFML
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: CSFML

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- 2.6.x
- feature/nuget-workflow
workflow_dispatch: {}

concurrency:
Expand Down

0 comments on commit 829eb7f

Please sign in to comment.