diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index aa0ed61..3944bd0 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -7,7 +7,7 @@ jobs: auto-merge: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.2.0 + - uses: actions/checkout@v3.3.0 - uses: ahmadnassri/action-dependabot-auto-merge@v2.6 with: target: minor diff --git a/.github/workflows/create-labels.yml b/.github/workflows/create-labels.yml index 3f1b9fc..ef2f2cd 100644 --- a/.github/workflows/create-labels.yml +++ b/.github/workflows/create-labels.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 - name: Run Labeler if: success() diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59bc6a5..5c5011c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: # we first have to clone the AddOn project, this is a required step - name: Clone project - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 # gets git history for changelogs