diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index edfb687..10c51f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - name: Install xcbeautify run: brew install xcbeautify - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run tests env: DESTINATION: ${{ format('platform={0},{1}', matrix.platform, matrix.destination) }} @@ -77,7 +77,7 @@ jobs: container: ${{ matrix.swift-image }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install xcbeautify run: | DEBIAN_FRONTEND=noninteractive apt-get update @@ -105,7 +105,7 @@ jobs: permissions: { actions: write, contents: read, security-events: write } steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Mark repo safe run: | git config --global --add safe.directory "${GITHUB_WORKSPACE}" @@ -125,7 +125,7 @@ jobs: contents: write steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up dependencies run: | git config --global --add safe.directory "${GITHUB_WORKSPACE}"