Skip to content

remove unused forge var #441

remove unused forge var

remove unused forge var #441

Triggered via push June 25, 2024 12:17
Status Failure
Total duration 4m 17s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 3 warnings
test: test_utils.go#L470
=== RUN TestMarketAuctionEscrow test_utils.go:470: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/test_utils.go:470 /home/runner/work/find/find/market_auction_escrow_test.go:46 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 73e15694a8620e0e25cc9ebdc7fe2b226075d977111180951acedcf6243ba3b0:92:8 | 92 | self.bidsReference!.bid(item:self.pointer, vault: <- vault, nftCap: self.targetCapability, bidExtraField: {}) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Could not borrow sale item for id=221001837182976 --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:826:53 | 826 | let saleItemCollection= from.borrow() ?? panic("Could not borrow sale item for id=".concat(uuid.toString())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/bidMarketAuctionEscrowed.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_builder.go:639 github.com/bjartek/overflow/v2.(*OverflowState).sendTx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:563 github.com/bjartek/overflow/v2.(*OverflowState).Tx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 github.com/findonflow/find.(*OverflowTestUtils).auctionBidMarketEscrow /home/runner/work/find/find/test_utils.go:464 github.com/findonflow/find.TestMarketAuctionEscrow.func1 /home/runner/work/find/find/market_auction_escrow_test.go:46 testing.tRunner /opt/hostedtoolcache/go/1.22.4/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.4/x64/src/runtime/asm_amd64.s:1695 Test: TestMarketAuctionEscrow test_utils.go:471: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:223 /home/runner/work/find/find/test_utils.go:471 /home/runner/work/find/find/market_auction_escrow_test.go:46 Error: event not found FindMarketAuctionEscrow.EnglishAuction, overflow.OverflowEvent{ Fields: map[string]interface {}{ "amount": 15.0, "buyer": "0xfd43f9148d4b725d", "id": 221001837182976, "status": "active_ongoing", }, Addresses: map[string][]string(nil), Id: "", TransactionId: "", Name: "", RawEvent: cadence.Event{ EventType: nil, }, EventIndex: 0, } Test: TestMarketAuctionEscrow event.go:336: === Events === test_utils.go:448: Error Trace: /home/runner/work/find/find
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L75
=== RUN TestMarketAuctionEscrow/Should_be_able_to_cancel_listing_if_the_pointer_is_no_longer_valid market_auction_escrow_test.go:75: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:216 /home/runner/work/find/find/market_auction_escrow_test.go:75 Error: transaction cancelMarketAuctionEscrowed missing event EnglishAuction with fields map[string]interface {}{ "amount": 15.0, "buyer": "0xfd43f9148d4b725d", "id": 221001837182976, "seller": "0x192440c99cb17282", "status": "cancel_ghostlisting", } Test: TestMarketAuctionEscrow/Should_be_able_to_cancel_listing_if_the_pointer_is_no_longer_valid event.go:336: === Events === market_auction_escrow_test.go:75: market_auction_escrow_test.go:75: amount -> 10 market_auction_escrow_test.go:75: status -> cancel_ghostlisting market_auction_escrow_test.go:75: seller -> 0x192440c99cb17282 market_auction_escrow_test.go:75: id -> 221001837182976 --- FAIL: TestMarketAuctionEscrow/Should_be_able_to_cancel_listing_if_the_pointer_is_no_longer_valid (0.62s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L126
=== RUN TestMarketAuctionEscrow/Should_not_be_able_to_bid_expired_auction_listing market_auction_escrow_test.go:126: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:167 /home/runner/work/find/find/market_auction_escrow_test.go:126 Error: "transaction=./transactions/bidMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\n --> 2e8f8d468bf2b7d9c14089f0aef52fdaa0d30cbb4d23a92ccbb5d74c2102b77f:92:8\n |\n92 | self.bidsReference!.bid(item:self.pointer, vault: <- vault, nftCap: self.targetCapability, bidExtraField: {})\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nerror: panic: Could not borrow sale item for id=221001837182976\n --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:826:53\n |\n826 | let saleItemCollection= from.borrow() ?? panic(\"Could not borrow sale item for id=\".concat(uuid.toString()))\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "This auction listing is already expired" Test: TestMarketAuctionEscrow/Should_not_be_able_to_bid_expired_auction_listing --- FAIL: TestMarketAuctionEscrow/Should_not_be_able_to_bid_expired_auction_listing (0.53s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L157
=== RUN TestMarketAuctionEscrow/Should_return_funds_if_auction_does_not_meet_reserve_price market_auction_escrow_test.go:157: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/market_auction_escrow_test.go:157 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 924327948605cd2bfd207825ed0560d1ed16bbb2ec9dae313e2aae7acba07891:26:8 | 26 | self.saleItem!.borrow()!.fulfillAuction(id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: This auction is not live --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:579:12 | 579 | panic("This auction is not live") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/fulfillMarketAuctionEscrowed.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_builder.go:639 github.com/bjartek/overflow/v2.(*OverflowState).sendTx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:563 github.com/bjartek/overflow/v2.(*OverflowState).Tx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 github.com/findonflow/find.TestMarketAuctionEscrow.func10 /home/runner/work/find/find/market_auction_escrow_test.go:152 testing.tRunner /opt/hostedtoolcache/go/1.22.4/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.4/x64/src/runtime/asm_amd64.s:1695 Test: TestMarketAuctionEscrow/Should_return_funds_if_auction_does_not_meet_reserve_price market_auction_escrow_test.go:158: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:223 /home/runner/work/find/find/market_auction_escrow_test.go:158 Error: event not found A.f3fcd2c1a78f5eee.FindMarketAuctionEscrow.EnglishAuction, overflow.OverflowEvent{ Fields: map[string]interface {}{ "amount": 11.0, "buyer": "0xfd43f9148d4b725d", "id": 221001837182976, "seller": "0x192440c99cb17282", "status": "cancel_reserved_not_met", }, Addresses: map[string][]string(nil), Id: "", TransactionId: "", Name: "", RawEvent: cadence.Event{ EventType: nil, }, EventIndex: 0, } Test: TestMarketAuctionEscrow/Should_return_funds_if_auction_does_not_meet_reserve_price event.go:336: === Events === --- FAIL: TestMarketAuctionEscrow/Should_return_funds_if_auction_does_not_meet_reserve_price (0.74s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L199
=== RUN TestMarketAuctionEscrow/Should_not_be_able_to_cancel_the_auction_if_it_is_ended market_auction_escrow_test.go:199: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:165 /home/runner/work/find/find/market_auction_escrow_test.go:199 Error: An error is expected but got nil. Test: TestMarketAuctionEscrow/Should_not_be_able_to_cancel_the_auction_if_it_is_ended market_auction_escrow_test.go:206: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/market_auction_escrow_test.go:206 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> f6acb5306d27312efac62b684fe40de2c5755a252368686ff49105c283e719be:26:8 | 26 | self.saleItem!.borrow()!.fulfillAuction(id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Invalid id=221001837182976 --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:521:16 | 521 | panic("Invalid id=".concat(id.toString())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/fulfillMarketAuctionEscrowed.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_builder.go:639 github.com/bjartek/overflow/v2.(*OverflowState).sendTx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:563 github.com/bjartek/overflow/v2.(*OverflowState).Tx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 github.com/findonflow/find.TestMarketAuctionEscrow.func12 /home/runner/work/find/find/market_auction_escrow_test.go:201 testing.tRunner /opt/hostedtoolcache/go/1.22.4/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.4/x64/src/runtime/asm_amd64.s:1695 Test: TestMarketAuctionEscrow/Should_not_be_able_to_cancel_the_auction_if_it_is_ended --- FAIL: TestMarketAuctionEscrow/Should_not_be_able_to_cancel_the_auction_if_it_is_ended (0.87s)
test: TestMarketAuctionEscrow/Should_not_be_able_to_fulfill_a_not_yet_live_/market_auction_escrow_test.go#L229
=== RUN TestMarketAuctionEscrow/Should_not_be_able_to_fulfill_a_not_yet_live_/_ended_auction market_auction_escrow_test.go:229: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:167 /home/runner/work/find/find/market_auction_escrow_test.go:229 Error: "transaction=./transactions/fulfillMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\n --> 4c9ae2e2c8c80e6081c88b5a8d9962c2699840a008db5c4b52162d63c740b340:26:8\n |\n26 | self.saleItem!.borrow()!.fulfillAuction(id)\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nerror: panic: This auction is not live\n --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:579:12\n |\n579 | panic(\"This auction is not live\")\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "Auction has not ended yet" Test: TestMarketAuctionEscrow/Should_not_be_able_to_fulfill_a_not_yet_live_/_ended_auction --- FAIL: TestMarketAuctionEscrow/Should_not_be_able_to_fulfill_a_not_yet_live_/_ended_auction (0.75s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L247
=== RUN TestMarketAuctionEscrow/Should_return_funds_if_auction_is_cancelled market_auction_escrow_test.go:247: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:216 /home/runner/work/find/find/market_auction_escrow_test.go:247 Error: transaction cancelMarketAuctionEscrowed missing event A.f3fcd2c1a78f5eee.FindMarketAuctionEscrow.EnglishAuction with fields map[string]interface {}{ "amount": 11.0, "buyer": "0xfd43f9148d4b725d", "id": 221001837182976, "seller": "0x192440c99cb17282", "status": "cancel_listing", } Test: TestMarketAuctionEscrow/Should_return_funds_if_auction_is_cancelled event.go:336: === Events === market_auction_escrow_test.go:247: market_auction_escrow_test.go:247: amount -> 10 market_auction_escrow_test.go:247: status -> cancel_listing market_auction_escrow_test.go:247: id -> 221001837182976 market_auction_escrow_test.go:247: seller -> 0x192440c99cb17282 --- FAIL: TestMarketAuctionEscrow/Should_return_funds_if_auction_is_cancelled (0.74s)
test: TestMarketAuctionEscrow/state.go#L559
=== RUN TestMarketAuctionEscrow/Should_not_be_able_to_add_bid_that_is_not_above_minimumBidIncrement state.go:559: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:156 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:584 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:551 /home/runner/work/find/find/market_auction_escrow_test.go:273 Error: "transaction=./transactions/increaseBidMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\nerror: panic: This account does not have a bid collection\n --> e564f895fb588ee5984888895f539336aa81b84454453ab6f135da355036b7e6:18:155\n |\n18 | self.bidsReference= account.storage.borrow<auth(FindMarketAuctionEscrow.Buyer) &FindMarketAuctionEscrow.MarketBidCollection>(from: storagePath) ?? panic(\"This account does not have a bid collection\")\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "must be larger then previous bid+bidIncrement" Test: TestMarketAuctionEscrow/Should_not_be_able_to_add_bid_that_is_not_above_minimumBidIncrement --- FAIL: TestMarketAuctionEscrow/Should_not_be_able_to_add_bid_that_is_not_above_minimumBidIncrement (0.58s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L301
=== RUN TestMarketAuctionEscrow/Should_be_able_to_bid,_add_bid_,_fulfill_auction_and_delist_after_deprecated market_auction_escrow_test.go:301: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/market_auction_escrow_test.go:301 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> e1282a38ab16d5bb74204f2f5924c5ad99493f31791ea3680c12dc10c0f16e70:92:8 | 92 | self.bidsReference!.bid(item:self.pointer, vault: <- vault, nftCap: self.targetCapability, bidExtraField: {}) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Could not borrow sale item for id=221001837182976 --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:826:53 | 826 | let saleItemCollection= from.borrow() ?? panic("Could not borrow sale item for id=".concat(uuid.toString())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/bidMarketAuctionEscrowed.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_builder.go:639 github.com/bjartek/overflow/v2.(*OverflowState).sendTx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:563 github.com/bjartek/overflow/v2.(*OverflowState).Tx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 github.com/findonflow/find.TestMarketAuctionEscrow.func18 /home/runner/work/find/find/market_auction_escrow_test.go:295 testing.tRunner /opt/hostedtoolcache/go/1.22.4/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.4/x64/src/runtime/asm_amd64.s:1695 Test: TestMarketAuctionEscrow/Should_be_able_to_bid,_add_bid_,_fulfill_auction_and_delist_after_deprecated market_auction_escrow_test.go:311: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/market_auction_escrow_test.go:311 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: error: pre-condition failed: Cannot borrow reference to bid collection. --> 8ad49f058f7121ebc6667a90d3d6b90c3c2974768144de24a88e63f798ea3712:18:2 | 18 | self.bidsReference != nil : "Cannot borrow reference to bid collection." | ^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/fulfillMarketAuctionEscrowedFromBidder.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_b
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L353
=== RUN TestMarketAuctionEscrow/Should_no_be_able_to_list,_bid,_add_bid_,_fulfill_auction_after_stopped market_auction_escrow_test.go:353: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:167 /home/runner/work/find/find/market_auction_escrow_test.go:353 Error: "transaction=./transactions/bidMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\n --> b6d3c950508a62d35dfb73b8abe4334c587014edcfb8957047a087932ec7a298:92:8\n |\n92 | self.bidsReference!.bid(item:self.pointer, vault: <- vault, nftCap: self.targetCapability, bidExtraField: {})\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nerror: panic: Could not borrow sale item for id=221001837182976\n --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:826:53\n |\n826 | let saleItemCollection= from.borrow() ?? panic(\"Could not borrow sale item for id=\".concat(uuid.toString()))\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "Tenant has stopped this item" Test: TestMarketAuctionEscrow/Should_no_be_able_to_list,_bid,_add_bid_,_fulfill_auction_after_stopped state.go:559: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:156 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:584 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:551 /home/runner/work/find/find/market_auction_escrow_test.go:359 Error: "transaction=./transactions/increaseBidMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\nerror: panic: This account does not have a bid collection\n --> 8296e87f57734aa9d6e63c67ce3a7e7e3e7603bad9ef1520a5aa44fb7217d878:18:155\n |\n18 | self.bidsReference= account.storage.borrow<auth(FindMarketAuctionEscrow.Buyer) &FindMarketAuctionEscrow.MarketBidCollection>(from: storagePath) ?? panic(\"This account does not have a bid collection\")\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "Tenant has stopped this item" Test: TestMarketAuctionEscrow/Should_no_be_able_to_list,_bid,_add_bid_,_fulfill_auction_after_stopped --- FAIL: TestMarketAuctionEscrow/Should_no_be_able_to_list,_bid,_add_bid_,_fulfill_auction_after_stopped (1.09s)
test
Process completed with exit code 1.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: guyarb/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: guyarb/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/