From 8836d3a7f8750c1e41e54970c4cae948f0ce1f7d Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Thu, 30 Nov 2023 16:01:14 +0100 Subject: [PATCH] Update to actions/checkout@v4 (#591) --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46eba0d4..75aa1048 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: strategy: ${{steps.load.outputs.strategy}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: colcon/ci - id: load @@ -24,7 +24,7 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: ${{matrix.python}} @@ -37,7 +37,7 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: ${{matrix.python}}