Skip to content

Commit ceadf30

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/FHIRValidator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
# Steps represent a sequence of tasks that will be executed as part of the job
3939
steps:
4040
- name: Checkout code (PR)
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
if: github.event_name == 'pull_request'
4343
with:
4444
ref: ${{ github.event.pull_request.head.ref }}
4545

4646
- name: Checkout code (Main)
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
if: github.event_name != 'pull_request'
4949

5050
- name: Validate Resource Status

.github/workflows/GeneratePlantumlImages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v5
1818

1919
# Runs a single command using the runners shell
2020
- name: Generate images

0 commit comments

Comments
 (0)