Skip to content

Commit

Permalink
chore(deps): bump the gha group across 1 directory with 3 updates (#1165
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Jul 27, 2024
1 parent 59a3e73 commit e829c02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
- name: Get Node version from Node manifest
run: echo "NODE_VER=$(curl -s https://nwjs.io/versions | jq -r ".versions[0].components.node")" >> $GITHUB_ENV
- name: Setup Node
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: ${{ env.NODE_VER }}
cache: "npm"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
- name: Get Node version from Node manifest
run: echo "NODE_VER=$(curl -s https://nwjs.io/versions | jq -r ".versions[0].components.node")" >> $GITHUB_ENV
- name: Setup Node
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: ${{ env.NODE_VER }}
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Release Please
uses: googleapis/[email protected].1
uses: googleapis/[email protected].3
with:
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: v3

0 comments on commit e829c02

Please sign in to comment.