Skip to content

Commit 740f643

Browse files
Bump actions/checkout from 4 to 5 in the dependencies group
Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b0e346 commit 740f643

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install xcbeautify
4242
run: brew install xcbeautify
4343
- name: Checkout code
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545
- name: Run tests
4646
env:
4747
DESTINATION: ${{ format('platform={0},{1}', matrix.platform, matrix.destination) }}
@@ -77,7 +77,7 @@ jobs:
7777
container: ${{ matrix.swift-image }}
7878
steps:
7979
- name: Checkout code
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@v5
8181
- name: Install xcbeautify
8282
run: |
8383
DEBIAN_FRONTEND=noninteractive apt-get update
@@ -106,7 +106,7 @@ jobs:
106106
permissions: { actions: write, contents: read, security-events: write }
107107
steps:
108108
- name: Checkout code
109-
uses: actions/checkout@v4
109+
uses: actions/checkout@v5
110110
- name: Mark repo safe
111111
run: |
112112
git config --global --add safe.directory "${GITHUB_WORKSPACE}"

0 commit comments

Comments
 (0)