Skip to content

Commit 6c6b9f0

Browse files
committed
ci: bump versions of actions
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
1 parent e5b10ae commit 6c6b9f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
id-token: write
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: dart-lang/setup-dart@v1
1717
- name: Install dependencies
1818
run: dart pub get

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66

77
jobs:
88
test:
9-
runs-on: ubuntu-24.04
9+
runs-on: ubuntu-latest
1010
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
1111
strategy:
1212
matrix:
1313
sdk: [stable, beta]
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: dart-lang/setup-dart@v1
1818
with:
1919
sdk: ${{ matrix.sdk }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ndef
22

33
[![pub version](https://img.shields.io/pub/v/ndef)](https://pub.dev/packages/ndef)
4-
![Test](https://github.com/nfcim/ndef/workflows/Test/badge.svg)
4+
[![Test](https://github.com/nfcim/ndef/actions/workflows/test.yml/badge.svg)](https://github.com/nfcim/ndef/actions/workflows/test.yml)
55

66
`ndef` is a Dart library to decode & encode NDEF records, supporting multiple types including (grouped by Type Name Format):
77

0 commit comments

Comments
 (0)