Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout pebble-firmware
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: pebble-dev/pebble-firmware
ref: main
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

steps:
- name: Checkout pebble-android-sdk
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: pebble-dev/pebble-android-sdk

Expand All @@ -74,7 +74,7 @@ jobs:

steps:
- name: Checkout pebble-ios-sdk
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: pebble/pebble-ios-sdk

Expand All @@ -93,7 +93,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Download docs artifacts
uses: actions/download-artifact@v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down