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 Oct 28, 2024
1 parent 75f8322 commit cb6322f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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
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
8 changes: 4 additions & 4 deletions .github/workflows/__quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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
Expand Down Expand Up @@ -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 cb6322f

Please sign in to comment.