From d16bfdbb682d35c97bf69b9999d5be5d6445974e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 07:46:10 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Closes https://github.com/dart-lang/homebrew-dart/pull/187 GitOrigin-RevId: 11956021a573d9ea019be747e9fadf3c09039a13 Change-Id: I55f95801b406dd8b443d25edcefbfb9526ae4be5 Reviewed-on: https://dart-review.googlesource.com/c/homebrew-dart/+/366260 Reviewed-by: Alexander Thomas Commit-Queue: Alexander Thomas --- .github/workflows/test-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 3b35d36..a10cfee 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -20,8 +20,8 @@ jobs: matrix: sdk: [dev, stable] steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30 with: sdk: ${{ matrix.sdk }} - id: install