From 5fe185592da1e9713be5cb4461d5c7564edfbf71 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Tue, 27 Aug 2024 21:55:51 +0200 Subject: [PATCH] fix node.js dieprecation into format.yaml updated libraries to fix node.js deprecation --- .github/workflows/format.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 63f1c3d..96ceed1 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -13,8 +13,8 @@ jobs: name: Format runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 - name: Install ament linters run: | sudo apt-get install -y curl gnupg2 lsb-release