diff --git a/.github/workflows/full-check.yml b/.github/workflows/full-check.yml index 66604d810c..4cf5b54636 100644 --- a/.github/workflows/full-check.yml +++ b/.github/workflows/full-check.yml @@ -27,11 +27,11 @@ jobs: java-version: [ '17', '21', '25' ] steps: - name: Checkout GWT itself into one directory - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1 with: path: 'gwt' - name: Checkout GWT tools into a sibling directory - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1 with: repository: 'gwtproject/tools' path: 'tools' diff --git a/.github/workflows/quick-check.yml b/.github/workflows/quick-check.yml index cd297985e1..c71b32fd88 100644 --- a/.github/workflows/quick-check.yml +++ b/.github/workflows/quick-check.yml @@ -12,13 +12,13 @@ jobs: java-version: ['17', '21', '25'] steps: - name: Checkout GWT itself into one directory - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1 with: path: 'gwt' # we need depth=2 to see which style violations overlap with the current changes fetch-depth: 2 - name: Checkout GWT tools into a sibling directory - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1 with: repository: 'gwtproject/tools' path: 'tools'