Skip to content

Commit

Permalink
chore(deps): update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 81731e2 commit cb79c8b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout repository ⬇️
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit }}
show-progress: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: dist

- name: Publish to Cloudflare Pages 📃
uses: cloudflare/wrangler-action@v3.9.0
uses: cloudflare/wrangler-action@v3.11.0
id: cf
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__job_messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "EOF" >> $GITHUB_ENV
- name: Push comment to Pull Request 🔼
uses: thollander/[email protected].0
uses: thollander/[email protected].1
if: ${{ inputs.comment && steps.compose.conclusion == 'success' }}
with:
github-token: ${{ secrets.JF_BOT_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/__package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
runs-on: ${{ matrix.platform }}-latest
steps:
- name: Checkout ⬇️
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit || github.sha }}
show-progress: false

- name: Setup node environment ⚙️
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 20
check-latest: true
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:

steps:
- name: Checkout ⬇️
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit || github.sha }}
show-progress: false
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
path: /tmp/${{ env.REGISTRY_IMAGE }}/cache/

- name: Checkout ⬇️
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit || github.sha }}
show-progress: false
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/__quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit }}
show-progress: false

- name: Scan
uses: actions/dependency-review-action@v4.3.5
uses: actions/dependency-review-action@v4.4.0
with:
## Workaround from https://github.com/actions/dependency-review-action/issues/456
## TODO: Remove when necessary
Expand All @@ -42,13 +42,13 @@ jobs:

steps:
- name: Checkout ⬇️
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit }}
show-progress: false

- name: Setup node environment ⚙️
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 20
check-latest: true
Expand All @@ -66,7 +66,7 @@ jobs:

steps:
- name: Checkout ⬇️
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit }}
show-progress: false
Expand Down

0 comments on commit cb79c8b

Please sign in to comment.