Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/chainlink-automation-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- if: ${{ steps.compare_configs.outputs.createPR }}
id: chainlink_automation_config_pr
name: Create pull request
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
branch: 'chainlink_automation_config/pr-${{ steps.compare_configs.outputs.timestamp }}'
commit-message: 'chainlink automation config updated'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chains-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- if: ${{ steps.compare_chains.outputs.createPR }}
id: chains_metadata_pr
name: Create pull request
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
branch: 'chains_metadata/pr-${{ steps.compare_chains.outputs.timestamp }}'
commit-message: 'chains metadata updated'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/detect-new-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Step 3: Cache node_modules for faster future runs
- name: Cache node_modules
uses: actions/cache@v4
uses: actions/cache@v5
id: cache-node-modules
with:
path: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

# Step 3: Restore cached node_modules from setup job
- name: Restore node_modules
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
node_modules
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
# Step 10: Create a pull request if new data items were found
- name: Commit & Create Pull Request
if: steps.detect_data.outputs.new_data_found == 'true'
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Data: Update changelog for new data items"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/detect-new-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# Cache node_modules to speed up future runs
- name: Cache node_modules
uses: actions/cache@v4
uses: actions/cache@v5
id: cache-node-modules
with:
path: |
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

# Restore node_modules from setup job
- name: Restore node_modules
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
node_modules
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
# Create PR for new tokens
- name: Create PR with new token information
if: steps.check_tokens.outputs.new_tokens_found == 'true'
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "CCT: Update changelog with new tokens"
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
any_non_solidity: ${{ steps.filter.outputs.any_non_solidity }}
steps:
- uses: actions/checkout@v6
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
id: filter
with:
filters: |
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'

- name: Cache node_modules
uses: actions/cache@v4
uses: actions/cache@v5
id: cache-node-modules
continue-on-error: true
with:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: forge --version

- name: Restore node_modules
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
continue-on-error: true
with:
path: node_modules
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'

- name: Restore node_modules
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
continue-on-error: true
with:
path: node_modules
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'

- name: Restore node_modules
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
continue-on-error: true
with:
path: node_modules
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'

- name: Restore node_modules
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
continue-on-error: true
with:
path: node_modules
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'

- name: Restore node_modules
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
continue-on-error: true
with:
path: node_modules
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'

- name: Restore node_modules
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
continue-on-error: true
with:
path: node_modules
Expand Down
Loading