Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.2 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.2...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent 127d461 commit 908146a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master_memcheckfr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
AZURE_FUNCTIONS_PROJECT_NAME: "MemCheck.AzureFunctions"

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.0

- name: "Tell environment variables"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_memcheckfr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
AZURE_FUNCTION_NAME: "memcheck-notifier"

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.0

- name: "Tell environment variables"
run: |
Expand Down

0 comments on commit 908146a

Please sign in to comment.