Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Bump actions/checkout from 3 to 4 #27

Merged
merged 1 commit into from
Oct 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- 'src/hook'
- 'src/launcher'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.11.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
PACKAGE_NAME: dfint-steam-hook-${{ github.event.inputs.version }}.zip
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Force xmake to a specific folder (for cache)
- name: Set xmake env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Force xmake to a specific folder (for cache)
- name: Set xmake env
Expand Down