Skip to content

Commit

Permalink
Merge pull request #34 from hlysine/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-2.3.4
  • Loading branch information
hlysine authored Feb 26, 2022
2 parents e8d1c65 + e172d18 commit cb438eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/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@v2.3.4

- name: Add msbuild to PATH
uses: microsoft/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2.0.0
- uses: actions/checkout@v2.3.4
name: Checkout Code

- name: Add msbuild to PATH
Expand Down

0 comments on commit cb438eb

Please sign in to comment.