Skip to content

Commit

Permalink
update to github actions checkout 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan committed Feb 20, 2024
1 parent ecac3fd commit b5647bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}

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

- name: Install Dependencies
uses: ./.github/actions/install-dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- run: git config --global core.autocrlf input

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

- name: Install Cygwin Dependencies
uses: cygwin/cygwin-install-action@v4
Expand Down

0 comments on commit b5647bb

Please sign in to comment.