From 27220abaca714b7025568b6b5069efdec0a8a0fd Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Thu, 15 Feb 2024 15:45:57 +0400 Subject: [PATCH] Update actions. --- .github/dependabot.yml | 8 ++++++++ .github/workflows/vscode.yml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5bacb9a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" # Necessary to update action hashs + directory: "/" + schedule: + interval: "weekly" + # Allow up to 3 opened pull requests for github-actions versions + open-pull-requests-limit: 3 diff --git a/.github/workflows/vscode.yml b/.github/workflows/vscode.yml index 26f5d2c..aba1df6 100644 --- a/.github/workflows/vscode.yml +++ b/.github/workflows/vscode.yml @@ -12,7 +12,7 @@ jobs: vscode-dir: ./vscode steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up constants shell: bash @@ -73,7 +73,7 @@ jobs: fi - name: Upload vsix artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: vsix path: ${{ env.vscode-dir }}/toit-${{ steps.constants.outputs.version }}.vsix