Skip to content

Commit 2e72cf3

Browse files
Bump actions/checkout from 3 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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] <support@github.com>
1 parent 78d3b9f commit 2e72cf3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build-and-quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
egress-policy: audit
1717

1818
- name: Checkout source branch
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v5
2020

2121
- name: Install Cocoapods
2222
run: gem install cocoapods

.github/workflows/check-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
egress-policy: audit
1616

1717
- name: Checkout source branch
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v5
1919

2020
- name: Check PR title
2121
uses: rudderlabs/github-action-check-pr-title@v1.0.7

.github/workflows/deploy-cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
egress-policy: audit
1616

1717
- name: Checkout source branch
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v5
1919

2020
- name: Install Cocoapods
2121
run: gem install cocoapods

.github/workflows/draft-new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
egress-policy: audit
1616

1717
- name: Checkout source branch
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/manage-github-issue-for-outdated-pods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
egress-policy: audit
1717

18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v5
1919

2020
- name: Check outdated pods and create issue
2121
id: check-outdated-pods-and-create-issue

.github/workflows/publish-new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "release_version=$VERSION" >> $GITHUB_OUTPUT
2727
2828
- name: Checkout source branch
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 0
3232

0 commit comments

Comments
 (0)