Skip to content

Commit eb0d71b

Browse files
authored
Merge pull request #104 from microsoftgraph/dependabot/github_actions/actions/checkout-3.5.2
Bump actions/checkout from 3.5.0 to 3.5.2
2 parents f6a834a + 942b946 commit eb0d71b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
php-versions: ['7.4', '8.0', '8.1', '8.2']
2424
steps:
25-
- uses: actions/[email protected].0
25+
- uses: actions/[email protected].2
2626
with:
2727
submodules: 'true'
2828
- name: Setup PHP and Xdebug for Code Coverage report

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
create-tag:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/[email protected].0
21+
- uses: actions/[email protected].2
2222

2323
- name: Get SDK version and set environment variable
2424
run: |

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run-php-documentor:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/[email protected].0
18+
- uses: actions/[email protected].2
1919
with:
2020
ref: ${{ github.ref }}
2121

0 commit comments

Comments
 (0)