Skip to content

Commit

Permalink
Update to actions/checkout@v4 (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 committed Nov 30, 2023
1 parent a685ec8 commit 8836d3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}}
Expand All @@ -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}}
Expand Down

0 comments on commit 8836d3a

Please sign in to comment.