diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index f1a434bc..c01e932d 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -10,7 +10,7 @@ jobs: check_links: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Restore lychee cache id: restore-cache uses: actions/cache/restore@v4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d371300f..dc089d32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/polyscopex' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: start ursim run: | scripts/start_ursim.sh -m $ROBOT_MODEL -v $URSIM_VERSION -p $PROGRAM_FOLDER -d @@ -105,7 +105,7 @@ jobs: test_start_ursim: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: ruby-version: '3.3' # Not needed with a .ruby-version, .tool-versions or mise.toml diff --git a/.github/workflows/industrial-ci.yml b/.github/workflows/industrial-ci.yml index 78cf375b..70d6325c 100644 --- a/.github/workflows/industrial-ci.yml +++ b/.github/workflows/industrial-ci.yml @@ -30,7 +30,7 @@ jobs: env: DOCKER_RUN_OPTS: '-v /var/run/docker.sock:/var/run/docker.sock --network ursim_net' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: docker network create --subnet=192.168.56.0/24 ursim_net if: ${{ !env.ACT }} - uses: 'ros-industrial/industrial_ci@master' diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 04301871..404ee8be 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -15,7 +15,7 @@ jobs: name: pre-commit runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version: 3.10.4 diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 69b9767a..be11cce0 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -26,7 +26,7 @@ jobs: OS_VERSION: noble steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: sudo apt-get install -y python3-pip - run: sudo pip3 install empy==3.3.4 # Added as bloom not yet support empy v4 - run: sudo pip3 install bloom rosdep diff --git a/.github/workflows/sphinx_build.yml b/.github/workflows/sphinx_build.yml index fcccb71f..0487a636 100644 --- a/.github/workflows/sphinx_build.yml +++ b/.github/workflows/sphinx_build.yml @@ -17,7 +17,7 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: cache: 'pip' diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 0e88515f..0d3541e6 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: configure run: mkdir build && cd build && cmake .. -DBUILDING_TESTS=1 #run: mkdir build && cd build && cmake .. -DBUILDING_TESTS=1 -DINTEGRATION_TESTS=1