File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
1919 - name : Setup `packer` (using local GitHub Action)
2020 uses : " ./"
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout Repository
16- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717 with :
1818 # Full git history is needed to get a proper list of changed files within `super-linter`
1919 fetch-depth : 0
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repository
14- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515 with :
1616 # Full git history is needed to get a proper list of changed files within `super-linter`
1717 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222
2323 steps :
2424 - name : Checkout Repository
25- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626 with :
2727 fetch-depth : 1
2828
2929 - name : Set up Node.js
30- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
30+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
3131 with :
3232 node-version : ${{ matrix.node-version }}
3333 cache : ' npm'
You can’t perform that action at this time.
0 commit comments