Skip to content

Commit 45584cb

Browse files
Bump actions/checkout from 4 to 5 in the dependencies group (#16)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9be33fd commit 45584cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 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
@@ -105,7 +105,7 @@ jobs:
105105
permissions: { actions: write, contents: read, security-events: write }
106106
steps:
107107
- name: Checkout code
108-
uses: actions/checkout@v4
108+
uses: actions/checkout@v5
109109
- name: Mark repo safe
110110
run: |
111111
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
@@ -125,7 +125,7 @@ jobs:
125125
contents: write
126126
steps:
127127
- name: Check out code
128-
uses: actions/checkout@v4
128+
uses: actions/checkout@v5
129129
- name: Set up dependencies
130130
run: |
131131
git config --global --add safe.directory "${GITHUB_WORKSPACE}"

0 commit comments

Comments
 (0)