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 23, 2024
1 parent 0c52dd9 commit dfc73d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 @@ -38,7 +38,7 @@ jobs:
path: dist

- name: Publish to Cloudflare Pages 📃
uses: cloudflare/wrangler-action@v3.9.0
uses: cloudflare/wrangler-action@v3.10.0
id: cf
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/__package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ 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
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
6 changes: 3 additions & 3 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,7 +42,7 @@ jobs:

steps:
- name: Checkout ⬇️
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.commit }}
show-progress: false
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 dfc73d6

Please sign in to comment.