diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 044dc87..b79cbf4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ with: sdk: dev diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index f7ea9c3..fe76db2 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -25,7 +25,7 @@ jobs: sdk: [2.14.4, stable, beta, dev] fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ with: sdk: ${{ matrix.sdk }} @@ -47,7 +47,7 @@ jobs: flavor: [raw] fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ with: sdk: ${{ matrix.sdk }} @@ -84,7 +84,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ with: architecture: ${{ matrix.arch }} @@ -103,7 +103,7 @@ jobs: sdk: [2.12.0-29.10.beta] fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ with: sdk: ${{ matrix.sdk }} @@ -122,7 +122,7 @@ jobs: sdk: [2.19, 3.0, 3.1] fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ with: sdk: ${{ matrix.sdk }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 564d103..b6bc2b1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: # Checkout repository - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # Set up the Dart SDK and provision the OIDC token used for publishing. # The `dart` command from this step will be shadowed by the one from the # Flutter SDK below.