diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 3944bd0..9ee3a8d 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.3.0 + - uses: actions/checkout@v3.4.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 ef2f2cd..b364fb5 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.3.0 + uses: actions/checkout@v3.4.0 - name: Run Labeler if: success() diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c5011c..51cbaeb 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.3.0 + uses: actions/checkout@v3.4.0 with: fetch-depth: 0 # gets git history for changelogs