Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to d632683 (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent e27c9d0 commit bda3965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Set up Rust
run: rustup default nightly
- name: Install development tools
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- nightly
steps:
- name: Check out repository
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Set up Rust
run: rustup default ${{ matrix.channel }}
- name: Install development tools
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Set up Rust
run: rustup default nightly
- name: Install development tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Publish
run: |
cargo publish --locked --token ${{ secrets.CRATES_IO_TOKEN }} -p unfmt_macros
Expand Down

0 comments on commit bda3965

Please sign in to comment.