Skip to content

Commit

Permalink
Merge pull request #41 from ffes/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
ffes authored Sep 27, 2022
2 parents 1d5d215 + cdb597f commit 6f02038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mingw-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build_platform: [ x64, Win32, ARM64 ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit 6f02038

Please sign in to comment.