diff --git a/.github/workflows/web-ext.yml b/.github/workflows/web-ext.yml index 4815901..e77f5a8 100644 --- a/.github/workflows/web-ext.yml +++ b/.github/workflows/web-ext.yml @@ -25,7 +25,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 # Runs a single command using the runners shell