Skip to content

Commit ecdc67f

Browse files
committed
feat(app): bump dependencies
1 parent a5adb63 commit ecdc67f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v5
2424

2525
- name: Cache node modules
26-
uses: actions/cache@4
26+
uses: actions/cache@v4
2727
with:
2828
path: node_modules
2929
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)