Skip to content

Commit

Permalink
Merge pull request #164 from XAMLMarkupExtensions/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
konne committed Mar 9, 2024
2 parents 9aff2c3 + cf0514d commit a4bb89d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -10,7 +10,7 @@ jobs:

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

- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.1.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit a4bb89d

Please sign in to comment.