diff --git a/.github/workflows/c-dart_interop_tests.yaml b/.github/workflows/c-dart_interop_tests.yaml index b19d60d..54fbdc5 100644 --- a/.github/workflows/c-dart_interop_tests.yaml +++ b/.github/workflows/c-dart_interop_tests.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: true - - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # v1.6.5 + - uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94 # v1.7.0 - name: get atchops c module uses: ./.github/composite/update-submodule diff --git a/.github/workflows/weekly-jobs.yaml b/.github/workflows/weekly-jobs.yaml index aaddcae..9774dd4 100644 --- a/.github/workflows/weekly-jobs.yaml +++ b/.github/workflows/weekly-jobs.yaml @@ -39,7 +39,7 @@ jobs: ref: ${{ needs.build_branch.outputs.branch_name }} submodules: true - - uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3 #v2.17.0 + - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff #v2.18.0 with: channel: "stable" cache: ${{ needs.build_branch.outputs.build_id != '' }}