Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 27, 2024
1 parent 70e2b10 commit 771173e
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 111 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4

- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4

- name: Install GNU gettext
run: sudo apt -q -y install gettext
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4

- name: Check if merge must trigger
id: pr_trigger
Expand Down

0 comments on commit 771173e

Please sign in to comment.