Skip to content

Commit 5cb04bb

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f9bf27c commit 5cb04bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/add-milestone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Actions
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
with:
1313
repository: "karrtikr/vscode-github-triage-actions"
1414
ref: stable
1515
path: ./actions
1616
- name: Checkout Repo
1717
if: github.event_name != 'issues'
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
path: ./repo
2121
fetch-depth: 0

0 commit comments

Comments
 (0)