Skip to content

build(deps): bump tj-actions/changed-files from 0fee5fb278312d962ff465bb38dc4cae9f446de2 to 480f49412651059a414a6a5c96887abb1877de8a #381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
18 changes: 9 additions & 9 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,62 +21,62 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- id: build
uses: tj-actions/changed-files@0fee5fb278312d962ff465bb38dc4cae9f446de2
uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a
with:
files: |
.github/workflows/pr.yml
justfile
examples/Dockerfile

- id: markdown
uses: tj-actions/changed-files@0fee5fb278312d962ff465bb38dc4cae9f446de2
uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a
with:
files: |
**/*.md

- id: actions
uses: tj-actions/changed-files@0fee5fb278312d962ff465bb38dc4cae9f446de2
uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a
with:
files: |
.github/workflows/**
.devcontainer/*

- id: kubert
uses: tj-actions/changed-files@0fee5fb278312d962ff465bb38dc4cae9f446de2
uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a
with:
files: |
Cargo.toml
kubert/**
kubert-examples/**

- id: kubert-prometheus-process
uses: tj-actions/changed-files@0fee5fb278312d962ff465bb38dc4cae9f446de2
uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a
with:
files: |
Cargo.toml
kubert-prometheus-process/**

- id: kubert-prometheus-tokio
uses: tj-actions/changed-files@0fee5fb278312d962ff465bb38dc4cae9f446de2
uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a
with:
files: |
Cargo.toml
kubert-prometheus-tokio/**

- id: cargo
uses: tj-actions/changed-files@0fee5fb278312d962ff465bb38dc4cae9f446de2
uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a
with:
files: |
**/Cargo.toml

- id: deny
uses: tj-actions/changed-files@0fee5fb278312d962ff465bb38dc4cae9f446de2
uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a
with:
files: |
deny.toml

- id: rust
uses: tj-actions/changed-files@0fee5fb278312d962ff465bb38dc4cae9f446de2
uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a
with:
files: |
**/*.rs
Expand Down
Loading