Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
244bd5b
Bump actions/setup-node from 3 to 4
dependabot[bot] Oct 30, 2023
be21255
Bump babel-jest from 29.6.1 to 29.7.0
dependabot[bot] Oct 30, 2023
c5d5aa1
Bump jest from 29.6.1 to 29.7.0
dependabot[bot] Oct 30, 2023
9cb03e8
Bump actions/github-script from 6 to 7
dependabot[bot] Nov 20, 2023
7a8315a
Bump actions/setup-java from 3 to 4
dependabot[bot] Dec 4, 2023
3334d87
Bump actions/stale from 8 to 9
dependabot[bot] Dec 12, 2023
b6fcee5
Bump eslint from 8.45.0 to 8.56.0
dependabot[bot] Dec 18, 2023
c56a2b8
Bump @babel/core from 7.22.9 to 7.23.7
dependabot[bot] Jan 1, 2024
30c7b26
Bump @babel/runtime from 7.22.6 to 7.23.7
dependabot[bot] Jan 1, 2024
5211ff8
Bump @babel/preset-env from 7.22.9 to 7.23.7
dependabot[bot] Jan 1, 2024
969523c
Merge dependabot/npm_and_yarn/master/babel/preset-env-7.23.7 into dep…
github-actions[bot] Jan 15, 2024
c308e02
Merge dependabot/npm_and_yarn/master/babel/runtime-7.23.7 into depend…
github-actions[bot] Jan 15, 2024
d470e8b
Merge dependabot/npm_and_yarn/master/babel/core-7.23.7 into dependabo…
github-actions[bot] Jan 15, 2024
43f6132
Merge dependabot/npm_and_yarn/master/eslint-8.56.0 into dependabot-co…
github-actions[bot] Jan 15, 2024
674b8fb
Merge dependabot/github_actions/actions/stale-9 into dependabot-combi…
github-actions[bot] Jan 15, 2024
f38b277
Merge dependabot/github_actions/actions/setup-java-4 into dependabot-…
github-actions[bot] Jan 15, 2024
0a8e48a
Merge dependabot/github_actions/actions/github-script-7 into dependab…
github-actions[bot] Jan 15, 2024
fa8f9bd
Merge dependabot/npm_and_yarn/master/jest-29.7.0 into dependabot-comb…
github-actions[bot] Jan 15, 2024
db8cc47
Merge dependabot/npm_and_yarn/master/babel-jest-29.7.0 into dependabo…
github-actions[bot] Jan 15, 2024
61fc0a6
Merge dependabot/github_actions/actions/setup-node-4 into dependabot-…
github-actions[bot] Jan 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/automation-trigger-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }}
# repo's gradle is configured to run on java 11
- name: Setup java 11 for gradle
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "oncall_slack_id=$slack_id" >> $GITHUB_OUTPUT

- name: Create PR
uses: actions/github-script@v6
uses: actions/github-script@v7
id: create-pr
with:
script: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gate-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
Expand All @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
issues: write

steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
repo-token: ${{ github.token }}
days-before-issue-stale: 60
Expand Down
Loading