Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 8026717

Browse files
authored
Merge pull request #39 from microsoftgraph/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 8d614ca + 4139f34 commit 8026717

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
NUGET_URL: https://nuget.pkg.github.com/microsoft/index.json
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
1111
with:
1212
submodules: true
1313
- name: Setup .NET Core SDK 6

.github/workflows/create-v1.0-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:
2929
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30-
- uses: actions/checkout@v2.4.0
30+
- uses: actions/checkout@v3
3131

3232
# Create a pull request [1]
3333
- name: Create PR using the GitHub REST API via hub

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
PACKAGE_VERSION=$(echo $PACKAGE_VERSION | sed s/^v//)
2020
echo "::set-output name=version::$PACKAGE_VERSION"
2121
- name: Checkout
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323
with:
2424
submodules: true
2525
- name: Setup .NET Core SDK 6

0 commit comments

Comments
 (0)