Skip to content

Commit 12cd8fa

Browse files
Update actions/checkout digest to 34e1148
1 parent f3a2ac6 commit 12cd8fa

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-crate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
1616
steps:
1717
- run: sudo apt install libdbus-1-dev pkg-config
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919
- uses: dtolnay/rust-toolchain@stable
2020
- run: cargo publish

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
rustc_cache_key: ${{ steps.setup_rust.outputs.cachekey }}
1010
steps:
1111
- run: sudo apt install libdbus-1-dev pkg-config
12-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1313
- uses: dtolnay/rust-toolchain@stable
1414
id: setup_rust
1515
with:
@@ -33,7 +33,7 @@ jobs:
3333
needs: build
3434
steps:
3535
- run: sudo apt install libdbus-1-dev pkg-config
36-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
36+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3737
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3838
with:
3939
path: |
@@ -62,7 +62,7 @@ jobs:
6262
SKIP: "tests,clippy"
6363
steps:
6464
- run: sudo apt install libdbus-1-dev pkg-config
65-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
65+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6666
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6767
with:
6868
path: |

.github/workflows/version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
2222
GITHUB_TOKEN: ${{ secrets.NLXRBOT_TOKEN }}
2323
steps:
24-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2525
with:
2626
fetch-depth: 50
2727
fetch-tags: true

0 commit comments

Comments
 (0)