diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b10a687..c7b0b61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: web-ext lint run: cd src && npx web-ext lint @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Run build script run: auto/build @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Remove unsupported keys run: jq '. | del(.browser_specific_settings)' src/manifest.json > manifest.json.new && mv -v manifest.json.new src/manifest.json @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: web-ext build run: npx web-ext build --source-dir ./src/ --artifacts-dir ./build/ --filename "aws-rolex-firefox.xpi" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ef1dfa..6d175d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: web-ext install run: npm install --global web-ext @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Run build script run: auto/build @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Remove unsupported keys run: jq '. | del(.browser_specific_settings)' src/manifest.json > manifest.json.new && mv -v manifest.json.new src/manifest.json @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: web-ext build run: npx web-ext build --source-dir ./src/ --artifacts-dir ./build/ --filename "aws-rolex-firefox.xpi"