{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":824068469,"defaultBranch":"main","name":"gcs-cache","ownerLogin":"pagero","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-07-04T09:50:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3816051?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720091159.0","currentOid":""},"activityList":{"items":[{"before":"a20de79bffbd0a25ba2ac98c65c3e55221e7b24b","after":"8ac5fc014019b9c84ae3aa32bb041f53d64f949b","ref":"refs/heads/upgrade-google-cloud-storage-to-fix-issue-in-stream-shift","pushedAt":"2024-07-04T11:10:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MPV","name":"Victor Sollerhed","path":"/MPV","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62675?s=80&v=4"},"commit":{"message":"chore: ran `yarn install`","shortMessageHtmlLink":"chore: ran yarn install"}},{"before":"28ef490d40f8635bcd545812866734ecc60291aa","after":"a20de79bffbd0a25ba2ac98c65c3e55221e7b24b","ref":"refs/heads/upgrade-google-cloud-storage-to-fix-issue-in-stream-shift","pushedAt":"2024-07-04T11:08:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"MPV","name":"Victor Sollerhed","path":"/MPV","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62675?s=80&v=4"},"commit":{"message":"chore: upgrade `@google-cloud/storage` to `7.8.0` (`stream-shift` issue)\n\nHere is the desired fix:\n- https://github.com/googleapis/nodejs-storage/pull/2422","shortMessageHtmlLink":"chore: upgrade @google-cloud/storage to 7.8.0 (stream-shift issue)"}},{"before":null,"after":"28ef490d40f8635bcd545812866734ecc60291aa","ref":"refs/heads/upgrade-google-cloud-storage-to-fix-issue-in-stream-shift","pushedAt":"2024-07-04T11:05:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MPV","name":"Victor Sollerhed","path":"/MPV","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62675?s=80&v=4"},"commit":{"message":"chore: upgrade `@google-cloud/storage` to `7.8.0` (`stream-shift` issue)\n\nHere is the desired fix:\n- https://github.com/googleapis/nodejs-storage/pull/2422","shortMessageHtmlLink":"chore: upgrade @google-cloud/storage to 7.8.0 (stream-shift issue)"}},{"before":"e0719e0d25b20c31574c6322036af44a42734dfc","after":"4857aab4515c00e04051f4da50c145f2a1d11019","ref":"refs/heads/add-source-maps","pushedAt":"2024-07-04T10:40:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MPV","name":"Victor Sollerhed","path":"/MPV","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62675?s=80&v=4"},"commit":{"message":"chore: add source maps to dist files (ran `npm run package`)","shortMessageHtmlLink":"chore: add source maps to dist files (ran npm run package)"}},{"before":"8f33f580d49d95b9bd08bd778c8005097e1afc60","after":"e0719e0d25b20c31574c6322036af44a42734dfc","ref":"refs/heads/add-source-maps","pushedAt":"2024-07-04T10:37:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MPV","name":"Victor Sollerhed","path":"/MPV","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62675?s=80&v=4"},"commit":{"message":"chore: `npm run package` should create source maps (for troubleshooting)","shortMessageHtmlLink":"chore: npm run package should create source maps (for troubleshooting)"}},{"before":null,"after":"8f33f580d49d95b9bd08bd778c8005097e1afc60","ref":"refs/heads/add-source-maps","pushedAt":"2024-07-04T10:36:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MPV","name":"Victor Sollerhed","path":"/MPV","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62675?s=80&v=4"},"commit":{"message":"Run using `node20` (not `node16`)\n\n## What\r\n\r\nLet's start [`runs.using: 'node20'`](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsusing-for-javascript-actions) in this action.\r\n\r\n## Why\r\n\r\nThis action has started failing for us this week, where we're getting errors such as:\r\n\r\n```javascript\r\nTypeError: Cannot read properties of null (reading 'length')\r\n at getStateLength (/home/runner/_work/_actions/pass-culture-github-actions/gcs-cache/a15865adf837a570fa52671cab4d83baad2aceab/dist/main/index.js:198:27987)\r\n at shift (/home/runner/_work/_actions/pass-culture-github-actions/gcs-cache/a15865adf837a570fa52671cab4d83baad2aceab/dist/main/index.js:198:27851)\r\n at Duplexify._forward (/home/runner/_work/_actions/pass-culture-github-actions/gcs-cache/a15865adf837a570fa52671cab4d83baad2aceab/dist/main/index.js:177:11566)\r\n at PassThrough.onreadable (/home/runner/_work/_actions/pass-culture-github-actions/gcs-cache/a15865adf837a570fa52671cab4d83baad2aceab/dist/main/index.js:177:10980)\r\n at PassThrough.emit (node:events:519:28)\r\n at emitReadable_ (node:internal/streams/readable:832:12)\r\n at process.processTicksAndRejections (node:internal/process/task_queues:81:21)\r\n Node.js v20.13.1\r\n```\r\n\r\nWe also get this warning:\r\n>The following actions uses Node.js version which is deprecated and will be forced to run on node20: `pass-culture-github-actions/gcs-cache@v1.0.0` For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/\r\n\r\n...where they say:\r\n>Following on from our [warning in workflows using Node16](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/) we will start enforcing the use of Node20 rather than Node16 on the 3rd of June.","shortMessageHtmlLink":"Run using node20 (not node16)"}},{"before":"ae0dbf357a1e99703b07ae4a52af637a1896dbf7","after":null,"ref":"refs/heads/node-16-to-node-20","pushedAt":"2024-07-04T09:53:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"MPV","name":"Victor Sollerhed","path":"/MPV","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62675?s=80&v=4"}},{"before":"a15865adf837a570fa52671cab4d83baad2aceab","after":"8f33f580d49d95b9bd08bd778c8005097e1afc60","ref":"refs/heads/main","pushedAt":"2024-07-04T09:53:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MPV","name":"Victor Sollerhed","path":"/MPV","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62675?s=80&v=4"},"commit":{"message":"Run using `node20` (not `node16`)\n\n## What\r\n\r\nLet's start [`runs.using: 'node20'`](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsusing-for-javascript-actions) in this action.\r\n\r\n## Why\r\n\r\nThis action has started failing for us this week, where we're getting errors such as:\r\n\r\n```javascript\r\nTypeError: Cannot read properties of null (reading 'length')\r\n at getStateLength (/home/runner/_work/_actions/pass-culture-github-actions/gcs-cache/a15865adf837a570fa52671cab4d83baad2aceab/dist/main/index.js:198:27987)\r\n at shift (/home/runner/_work/_actions/pass-culture-github-actions/gcs-cache/a15865adf837a570fa52671cab4d83baad2aceab/dist/main/index.js:198:27851)\r\n at Duplexify._forward (/home/runner/_work/_actions/pass-culture-github-actions/gcs-cache/a15865adf837a570fa52671cab4d83baad2aceab/dist/main/index.js:177:11566)\r\n at PassThrough.onreadable (/home/runner/_work/_actions/pass-culture-github-actions/gcs-cache/a15865adf837a570fa52671cab4d83baad2aceab/dist/main/index.js:177:10980)\r\n at PassThrough.emit (node:events:519:28)\r\n at emitReadable_ (node:internal/streams/readable:832:12)\r\n at process.processTicksAndRejections (node:internal/process/task_queues:81:21)\r\n Node.js v20.13.1\r\n```\r\n\r\nWe also get this warning:\r\n>The following actions uses Node.js version which is deprecated and will be forced to run on node20: `pass-culture-github-actions/gcs-cache@v1.0.0` For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/\r\n\r\n...where they say:\r\n>Following on from our [warning in workflows using Node16](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/) we will start enforcing the use of Node20 rather than Node16 on the 3rd of June.","shortMessageHtmlLink":"Run using node20 (not node16)"}},{"before":null,"after":"ae0dbf357a1e99703b07ae4a52af637a1896dbf7","ref":"refs/heads/node-16-to-node-20","pushedAt":"2024-07-04T09:51:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MPV","name":"Victor Sollerhed","path":"/MPV","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62675?s=80&v=4"},"commit":{"message":"Run using `node20` (not `node16`)\n\n## What\r\n\r\nLet's start [`runs.using: 'node20'`](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsusing-for-javascript-actions) in this action.\r\n\r\n## Why\r\n\r\nThis action has started failing for us this week, where we're getting errors such as:\r\n\r\n```javascript\r\nTypeError: Cannot read properties of null (reading 'length')\r\n at getStateLength (/home/runner/_work/_actions/pass-culture-github-actions/gcs-cache/a15865adf837a570fa52671cab4d83baad2aceab/dist/main/index.js:198:27987)\r\n at shift (/home/runner/_work/_actions/pass-culture-github-actions/gcs-cache/a15865adf837a570fa52671cab4d83baad2aceab/dist/main/index.js:198:27851)\r\n at Duplexify._forward (/home/runner/_work/_actions/pass-culture-github-actions/gcs-cache/a15865adf837a570fa52671cab4d83baad2aceab/dist/main/index.js:177:11566)\r\n at PassThrough.onreadable (/home/runner/_work/_actions/pass-culture-github-actions/gcs-cache/a15865adf837a570fa52671cab4d83baad2aceab/dist/main/index.js:177:10980)\r\n at PassThrough.emit (node:events:519:28)\r\n at emitReadable_ (node:internal/streams/readable:832:12)\r\n at process.processTicksAndRejections (node:internal/process/task_queues:81:21)\r\n Node.js v20.13.1\r\n```\r\n\r\nWe also get this warning:\r\n>The following actions uses Node.js version which is deprecated and will be forced to run on node20: `pass-culture-github-actions/gcs-cache@v1.0.0` For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/\r\n\r\n...where they say:\r\n>Following on from our [warning in workflows using Node16](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/) we will start enforcing the use of Node20 rather than Node16 on the 3rd of June.","shortMessageHtmlLink":"Run using node20 (not node16)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEdtKk7wA","startCursor":null,"endCursor":null}},"title":"Activity ยท pagero/gcs-cache"}