Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.1.2 to 4.1.3 (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 765899c commit fb0143b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].2
uses: actions/[email protected].3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
working-directory: native
timeout-minutes: 15
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
# - uses: dorny/[email protected]
# id: changes
# with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
deployments: write
name: Deploy
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: pnpm/[email protected]
with:
version: 9.0.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gg-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
deployments: write
name: Deploy
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: oven-sh/[email protected]
- name: bun install
run: cd minifier && bun start
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-mono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
TURBO_CODE: ${{ secrets.TURBO_CODE }}

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: pnpm/[email protected]
with:
version: 9.0.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: pnpm/[email protected]
with:
version: 9.0.4
Expand Down

0 comments on commit fb0143b

Please sign in to comment.