Skip to content

Commit 9ce1eaf

Browse files
authored
Merge pull request #159 from git-for-windows/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 2e5f128 + a94c075 commit 9ce1eaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
environment: deploy-to-azure
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: Azure/functions-action@v1
1919
with:
2020
app-name: GitForWindowsHelper

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/setup-node@v4
1010
with:
1111
node-version: 18
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: npm install
1414
run: npm install
1515
- name: run ESLint

0 commit comments

Comments
 (0)