From fe4599a5d31c62fb7ba5f1f8914337c148ae5878 Mon Sep 17 00:00:00 2001 From: Sara Tavares <29093946+stavares843@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:53:44 +0100 Subject: [PATCH] chore(ci): update version (#749) --- .github/workflows/add-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-label.yml b/.github/workflows/add-label.yml index 466170ec1..badddcf49 100644 --- a/.github/workflows/add-label.yml +++ b/.github/workflows/add-label.yml @@ -13,7 +13,7 @@ jobs: contents: write issues: read steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 - uses: delivery-much/actions-assigner@v1.0.2 with: token: ${{ secrets.GITHUB_TOKEN }}